#include <ut_misc.h>
Public Member Functions | |
UT_VersionInfo (UT_uint32 maj, UT_uint32 min, UT_uint32 mic, UT_uint32 nan) | |
UT_VersionInfo () | |
UT_uint32 | getMajor () const |
UT_uint32 | getMinor () const |
UT_uint32 | getMicro () const |
UT_uint32 | getNano () const |
void | set (UT_uint32 maj, UT_uint32 min, UT_uint32 mic, UT_uint32 nan) |
bool | operator> (const UT_VersionInfo &v) const |
const std::string & | getString () const |
Private Member Functions | |
void | makeVersString () |
Private Attributes | |
UT_uint32 | m_iMajor |
UT_uint32 | m_iMinor |
UT_uint32 | m_iMicro |
UT_uint32 | m_iNano |
std::string | m_versString |
UT_VersionInfo::UT_VersionInfo | ( | UT_uint32 | maj, | |
UT_uint32 | min, | |||
UT_uint32 | mic, | |||
UT_uint32 | nan | |||
) | [inline] |
UT_VersionInfo::UT_VersionInfo | ( | ) | [inline] |
UT_uint32 UT_VersionInfo::getMajor | ( | ) | const [inline] |
Referenced by TFTEST_MAIN().
UT_uint32 UT_VersionInfo::getMicro | ( | ) | const [inline] |
Referenced by TFTEST_MAIN().
UT_uint32 UT_VersionInfo::getMinor | ( | ) | const [inline] |
Referenced by TFTEST_MAIN().
UT_uint32 UT_VersionInfo::getNano | ( | ) | const [inline] |
Referenced by TFTEST_MAIN().
const std::string& UT_VersionInfo::getString | ( | ) | const [inline] |
Referenced by TFTEST_MAIN().
void UT_VersionInfo::makeVersString | ( | ) | [private] |
References m_iMajor, m_iMicro, m_iMinor, m_iNano, m_versString, and UT_std_string_sprintf().
bool UT_VersionInfo::operator> | ( | const UT_VersionInfo & | v | ) | const [inline] |
Referenced by GR_Win32USPGraphics::_constructorCommonCode().
UT_uint32 UT_VersionInfo::m_iMajor [private] |
Referenced by makeVersString(), and operator>().
UT_uint32 UT_VersionInfo::m_iMicro [private] |
Referenced by makeVersString(), and operator>().
UT_uint32 UT_VersionInfo::m_iMinor [private] |
Referenced by makeVersString(), and operator>().
UT_uint32 UT_VersionInfo::m_iNano [private] |
Referenced by makeVersString(), and operator>().
std::string UT_VersionInfo::m_versString [private] |
Referenced by makeVersString().