a public structure used to return the version More...
#include <MWAWRSRCParser.hxx>
| Public Member Functions | |
| Version () | |
| Public Attributes | |
| int | m_majorVersion | 
| the major number  More... | |
| int | m_minorVersion | 
| the minor number  More... | |
| std::string | m_string | 
| the major string  More... | |
| std::string | m_versionString | 
| the version string  More... | |
| std::string | m_extra | 
| extra data  More... | |
| int | m_countryCode | 
| the country code  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Version const &vers) | 
| operator<<  More... | |
a public structure used to return the version
| 
 | inline | 
| 
 | friend | 
operator<<
| int MWAWRSRCParser::Version::m_countryCode | 
the country code
Referenced by operator<<(), MWAWRSRCParser::parseVers(), and MacDraft5StyleManager::readVersion().
| std::string MWAWRSRCParser::Version::m_extra | 
extra data
Referenced by operator<<(), MWAWRSRCParser::parseVers(), and MacDraft5StyleManager::readVersion().
| int MWAWRSRCParser::Version::m_majorVersion | 
the major number
Referenced by DocMkrParser::checkHeader(), NisusWrtParser::checkHeader(), operator<<(), MWAWRSRCParser::parseVers(), and MacDraft5StyleManager::readVersion().
| int MWAWRSRCParser::Version::m_minorVersion | 
the minor number
Referenced by operator<<(), MWAWRSRCParser::parseVers(), and MacDraft5StyleManager::readVersion().
| std::string MWAWRSRCParser::Version::m_string | 
the major string
Referenced by MacDraft5Parser::checkHeader(), operator<<(), MWAWRSRCParser::parseVers(), and MacDraft5StyleManager::readVersion().
| std::string MWAWRSRCParser::Version::m_versionString | 
the version string
Referenced by operator<<(), MWAWRSRCParser::parseVers(), and MacDraft5StyleManager::readVersion().