CVersion Class Reference

List of all members.

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 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 Public 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


Detailed Description

Definition at line 22 of file Version.h.


Constructor & Destructor Documentation

CVersion::CVersion (  ) 

Definition at line 24 of file Version.cpp.

CVersion::~CVersion (  ) 

Definition at line 29 of file Version.cpp.


Member Function Documentation

static int32_t CVersion::get_version_day (  )  [static]

Definition at line 65 of file Version.h.

static const char* CVersion::get_version_extra (  )  [static]

Definition at line 40 of file Version.h.

static int32_t CVersion::get_version_hour (  )  [static]

Definition at line 70 of file Version.h.

static int64_t CVersion::get_version_in_minutes (  )  [static]

Definition at line 80 of file Version.h.

static int32_t CVersion::get_version_minute (  )  [static]

Definition at line 75 of file Version.h.

static int32_t CVersion::get_version_month (  )  [static]

Definition at line 60 of file Version.h.

static const char* CVersion::get_version_release (  )  [static]

Definition at line 45 of file Version.h.

static int32_t CVersion::get_version_revision (  )  [static]

Definition at line 50 of file Version.h.

static int32_t CVersion::get_version_year (  )  [static]

Definition at line 55 of file Version.h.

static void CVersion::print_version (  )  [static]

Definition at line 28 of file Version.h.


Member Data Documentation

const int32_t CVersion::version_day = VERSION_DAY [static]

Definition at line 91 of file Version.h.

const char CVersion::version_extra = VERSION_EXTRA [static]

Definition at line 86 of file Version.h.

const int32_t CVersion::version_hour = VERSION_HOUR [static]

Definition at line 92 of file Version.h.

const int32_t CVersion::version_minute = VERSION_MINUTE [static]

Definition at line 93 of file Version.h.

const int32_t CVersion::version_month = VERSION_MONTH [static]

Definition at line 90 of file Version.h.

const char CVersion::version_release = VERSION_RELEASE [static]

Definition at line 85 of file Version.h.

const int32_t CVersion::version_revision = VERSION_REVISION [static]

Definition at line 88 of file Version.h.

const int32_t CVersion::version_year = VERSION_YEAR [static]

Definition at line 89 of file Version.h.


The documentation for this class was generated from the following files:

SHOGUN Machine Learning Toolbox - Documentation