MWProParserInternal::State Struct Reference

Internal: the state of a MWProParser. More...

List of all members.

Public Member Functions

 State ()
 constructor

Public Attributes

std::map< int, long > m_blocksMap
 the list of retrieved block : block -> new address
std::map< int, shared_ptr< Zone > > m_dataMap
 the list of blockId->data zone
std::map< int, shared_ptr
< TextZone > > 
m_textMap
 the list of blockId->text zone
std::vector< int > m_blocksCallByTokens
 the list of blockId called by tokens
int m_col
 the number of columns in MWII
int m_actPage
 the actual page
int m_numPages
 the number of page of the final document
int m_headerHeight
 the header height if known
int m_footerHeight
 the footer height if known

Detailed Description

Internal: the state of a MWProParser.


Constructor & Destructor Documentation

constructor


Member Data Documentation

the list of blockId called by tokens

the list of retrieved block : block -> new address

the number of columns in MWII

std::map<int, shared_ptr<Zone> > MWProParserInternal::State::m_dataMap

the list of blockId->data zone

the footer height if known

the header height if known

the number of page of the final document

std::map<int, shared_ptr<TextZone> > MWProParserInternal::State::m_textMap

the list of blockId->text zone


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