small structure use to store a stream and it debug file More...
#include <MWAWStream.hxx>
Public Member Functions | |
MWAWStream (MWAWInputStreamPtr input, libmwaw::DebugFile &ascii) | |
constructor with an ascii file More... | |
MWAWStream (MWAWInputStreamPtr input) | |
constructor without an ascii file More... | |
~MWAWStream () | |
destructor More... | |
bool | checkPosition (long pos) const |
return true if the position is in the file More... | |
Public Attributes | |
MWAWInputStreamPtr | m_input |
the stream More... | |
libmwaw::DebugFile & | m_ascii |
the ascii file More... | |
long | m_bof |
the first position More... | |
long | m_eof |
the last position More... | |
Protected Attributes | |
libmwaw::DebugFile | m_asciiFile |
the local file(if not, is given) More... | |
small structure use to store a stream and it debug file
MWAWStream::MWAWStream | ( | MWAWInputStreamPtr | input, |
libmwaw::DebugFile & | ascii | ||
) |
constructor with an ascii file
|
explicit |
constructor without an ascii file
MWAWStream::~MWAWStream | ( | ) |
destructor
|
inline |
return true if the position is in the file
libmwaw::DebugFile& MWAWStream::m_ascii |
the ascii file
|
protected |
the local file(if not, is given)
long MWAWStream::m_bof |
the first position
long MWAWStream::m_eof |
the last position
Referenced by checkPosition().
MWAWInputStreamPtr MWAWStream::m_input |
the stream