internal structure used to stored some zone data More...
Public Member Functions | |
Zone () | |
constructor More... | |
Public Attributes | |
std::vector< Reference > | m_referenceList |
the list of reference More... | |
std::vector< int > | m_numberingResetList |
the list of numbering reset id More... | |
std::vector< Variable > | m_variableList |
the list of variable More... | |
std::vector< Variable > | m_versionList |
the list of versions More... | |
internal structure used to stored some zone data
|
inline |
constructor
std::vector<int> NisusWrtParserInternal::Zone::m_numberingResetList |
the list of numbering reset id
Referenced by NisusWrtParser::getReferenceData(), and NisusWrtParser::readNumberingReset().
std::vector<Reference> NisusWrtParserInternal::Zone::m_referenceList |
the list of reference
Referenced by NisusWrtParser::readReference().
std::vector<Variable> NisusWrtParserInternal::Zone::m_variableList |
the list of variable
Referenced by NisusWrtParser::getDateFormat(), NisusWrtParser::getReferenceData(), and NisusWrtParser::readVariable().
std::vector<Variable> NisusWrtParserInternal::Zone::m_versionList |
the list of versions
Referenced by NisusWrtParser::readVariable().