Definition at line 18 of file Version.h.
Public Member Functions | |
| CVersion () | |
| ~CVersion () | |
Static Public Member Functions | |
| static void | print_version () |
| static const CHAR * | get_version_extra () |
| static const CHAR * | get_version_release () |
| static INT | get_version_revision () |
| static INT | get_version_year () |
| static INT | get_version_month () |
| static INT | get_version_day () |
| static INT | get_version_hour () |
| static INT | get_version_minute () |
| static LONG | get_version_in_minutes () |
Static Public Attributes | |
| static const CHAR | version_release [128] = VERSION_RELEASE |
| static const CHAR | version_extra [128] = VERSION_EXTRA |
| static const INT | version_revision = VERSION_REVISION |
| static const INT | version_year = VERSION_YEAR |
| static const INT | version_month = VERSION_MONTH |
| static const INT | version_day = VERSION_DAY |
| static const INT | version_hour = VERSION_HOUR |
| static const INT | version_minute = VERSION_MINUTE |
| CVersion::CVersion | ( | ) |
Definition at line 24 of file Version.cpp.
| CVersion::~CVersion | ( | ) |
Definition at line 29 of file Version.cpp.
| static const CHAR* CVersion::get_version_extra | ( | ) | [static] |
| static const CHAR* CVersion::get_version_release | ( | ) | [static] |
const CHAR CVersion::version_release = VERSION_RELEASE [static] |
const CHAR CVersion::version_extra = VERSION_EXTRA [static] |
const INT CVersion::version_revision = VERSION_REVISION [static] |
const INT CVersion::version_year = VERSION_YEAR [static] |
const INT CVersion::version_month = VERSION_MONTH [static] |
const INT CVersion::version_day = VERSION_DAY [static] |
const INT CVersion::version_hour = VERSION_HOUR [static] |
const INT CVersion::version_minute = VERSION_MINUTE [static] |