long m_eof
the last position
Definition: WPSStream.h:47
bool checkFilePosition(long pos) const
return true if the position is in the file
Definition: WPSStream.h:38
Definition: WPSDebug.h:196
~WPSStream()
destructor
Definition: WPSStream.cpp:40
WPSStream(RVNGInputStreamPtr input, libwps::DebugFile &ascii)
constructor with an ascii file
Definition: WPSStream.cpp:24
RVNGInputStreamPtr m_input
the stream
Definition: WPSStream.h:43
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:102
libwps::DebugFile & m_ascii
the ascii file
Definition: WPSStream.h:45
small structure use to store a stream and it debug file
Definition: WPSStream.h:29
libwps::DebugFile m_asciiFile
the local file(if not, is given)
Definition: WPSStream.h:50