WPS8Parser::Zone Struct Reference

Starting near beginning of CONTENTS stream, there is an index to various types of pages in the document. More...

#include <WPS8.h>

Inheritance diagram for WPS8Parser::Zone:
WPS8Parser::Note WPS8Parser::Stream

List of all members.

Public Member Functions

 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

Protected Attributes

uint32_t m_offset
uint32_t m_length

Detailed Description

Starting near beginning of CONTENTS stream, there is an index to various types of pages in the document.


Constructor & Destructor Documentation

WPS8Parser::Zone::Zone ( ) [inline]
virtual WPS8Parser::Zone::~Zone ( ) [inline, virtual]

Member Function Documentation

uint32_t const& WPS8Parser::Zone::length ( ) const [inline]

Referenced by WPS8Parser::parse().

void WPS8Parser::Zone::setEnd ( uint32_t  _end) [inline]
void WPS8Parser::Zone::setLength ( uint32_t  _length) [inline]
bool WPS8Parser::Zone::valid ( ) const [inline]

Member Data Documentation

uint32_t WPS8Parser::Zone::m_length [protected]

Referenced by end(), length(), setEnd(), setLength(), and valid().

uint32_t WPS8Parser::Zone::m_offset [protected]

Referenced by begin(), end(), setBegin(), setEnd(), and valid().


The documentation for this struct was generated from the following file: