an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition MWAWDebug.hxx:66
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition libmwaw_internal.hxx:551
MWAWStream(MWAWInputStreamPtr input, libmwaw::DebugFile &ascii)
constructor with an ascii file
Definition MWAWStream.cxx:36
MWAWInputStreamPtr m_input
the stream
Definition MWAWStream.hxx:54
libmwaw::DebugFile & m_ascii
the ascii file
Definition MWAWStream.hxx:56
long m_eof
the last position
Definition MWAWStream.hxx:60
long m_bof
the first position
Definition MWAWStream.hxx:58
bool checkPosition(long pos) const
return true if the position is in the file
Definition MWAWStream.hxx:49
libmwaw::DebugFile m_asciiFile
the local file(if not, is given)
Definition MWAWStream.hxx:63
~MWAWStream()
destructor
Definition MWAWStream.cxx:54