#include <WPS8.h>
Public Types | |
| enum | Type { Z_Dummy = 0, Z_Body = 1, Z_Footnotes = 2, Z_Endnotes = 3 } |
Public Member Functions | |
| Stream () | |
Public Member Functions inherited from WPS8Parser::Zone | |
| Zone () | |
| virtual | ~Zone () |
| uint32_t const & | begin () const |
| uint32_t | end () const |
| uint32_t const & | length () const |
| void | setBegin (uint32_t pos) |
| void | setLength (uint32_t _length) |
| void | setEnd (uint32_t _end) |
| bool | valid () const |
Public Attributes | |
| enum WPS8Parser::Stream::Type | m_type |
Additional Inherited Members | |
Protected Attributes inherited from WPS8Parser::Zone | |
| uint32_t | m_offset |
| uint32_t | m_length |
|
inline |
| enum WPS8Parser::Stream::Type WPS8Parser::Stream::m_type |
Referenced by WPS8Parser::readStreams().