Definition WPSDebug.h:208
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition libwps_internal.h:87
RVNGInputStreamPtr m_input
the stream
Definition WPSStream.h:43
libwps::DebugFile & m_ascii
the ascii file
Definition WPSStream.h:45
~WPSStream()
destructor
Definition WPSStream.cpp:48
WPSStream(RVNGInputStreamPtr input, libwps::DebugFile &ascii)
constructor with an ascii file
Definition WPSStream.cpp:24
bool checkFilePosition(long pos) const
return true if the position is in the file
Definition WPSStream.h:38
long m_eof
the last position
Definition WPSStream.h:47
libwps::DebugFile m_asciiFile
the local file(if not, is given)
Definition WPSStream.h:50