|
SHOGUN v0.9.3
|
Class Version provides version information.
It provides information of the version of shogun that is currently used, for example the svn revision, time and date of compile and compilation and the linkflags used.
Public Member Functions | |
| CVersion () | |
| virtual | ~CVersion () |
| int32_t | ref () |
| int32_t | ref_count () const |
| int32_t | unref () |
Static Public Member Functions | |
| static void | print_version () |
| static const char * | get_version_extra () |
| static const char * | get_version_release () |
| static int32_t | get_version_revision () |
| static int32_t | get_version_year () |
| static int32_t | get_version_month () |
| static int32_t | get_version_day () |
| static int32_t | get_version_hour () |
| static int32_t | get_version_minute () |
| static int64_t | get_version_in_minutes () |
Static Protected Attributes | |
| static const char | version_release [128] = VERSION_RELEASE |
| static const char | version_extra [128] = VERSION_EXTRA |
| static const int32_t | version_revision = VERSION_REVISION |
| static const int32_t | version_year = VERSION_YEAR |
| static const int32_t | version_month = VERSION_MONTH |
| static const int32_t | version_day = VERSION_DAY |
| static const int32_t | version_hour = VERSION_HOUR |
| static const int32_t | version_minute = VERSION_MINUTE |
| CVersion | ( | ) |
Definition at line 28 of file Version.cpp.
| ~CVersion | ( | ) | [virtual] |
Definition at line 33 of file Version.cpp.
const int32_t version_day = VERSION_DAY [static, protected] |
const char version_extra = VERSION_EXTRA [static, protected] |
const int32_t version_hour = VERSION_HOUR [static, protected] |
const int32_t version_minute = VERSION_MINUTE [static, protected] |
const int32_t version_month = VERSION_MONTH [static, protected] |
const char version_release = VERSION_RELEASE [static, protected] |
const int32_t version_revision = VERSION_REVISION [static, protected] |
const int32_t version_year = VERSION_YEAR [static, protected] |