a big zone header of a GreatWksDBParser More...
Public Member Functions | |
BlockHeader () | |
constructor More... | |
bool | isEmpty () const |
returns true if the block is empty More... | |
bool | isComplex () const |
returns true if the entry has many block More... | |
Public Attributes | |
long | m_ptr [3] |
the list of pointer: first, next, end? More... | |
std::string | m_name |
the block name More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, BlockHeader const &entry) |
operator<< More... | |
a big zone header of a GreatWksDBParser
|
inline |
constructor
|
inline |
returns true if the entry has many block
Referenced by GreatWksDBParser::createZones().
|
inline |
returns true if the block is empty
Referenced by GreatWksDBParser::createZones(), GreatWksDBParserInternal::operator<<(), and GreatWksDBParser::readFieldRecords().
|
friend |
operator<<
std::string GreatWksDBParserInternal::BlockHeader::m_name |
long GreatWksDBParserInternal::BlockHeader::m_ptr[3] |
the list of pointer: first, next, end?
Referenced by BlockHeader(), GreatWksDBParser::checkHeader(), GreatWksDBParser::createBlock(), GreatWksDBParser::createZones(), isComplex(), isEmpty(), GreatWksDBParser::readBlockHeader(), and GreatWksDBParser::readHeader().