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