CVersion Class Reference

List of all members.


Detailed Description

Definition at line 18 of file Version.h.


Public Member Functions

 CVersion ()
 ~CVersion ()

Static Public Member Functions

static void print_version ()
static const CHARget_version_extra ()
static const CHARget_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

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 void CVersion::print_version (  )  [static]

Definition at line 24 of file Version.h.

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

Definition at line 36 of file Version.h.

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

Definition at line 41 of file Version.h.

static INT CVersion::get_version_revision (  )  [static]

Definition at line 46 of file Version.h.

static INT CVersion::get_version_year (  )  [static]

Definition at line 51 of file Version.h.

static INT CVersion::get_version_month (  )  [static]

Definition at line 56 of file Version.h.

static INT CVersion::get_version_day (  )  [static]

Definition at line 61 of file Version.h.

static INT CVersion::get_version_hour (  )  [static]

Definition at line 66 of file Version.h.

static INT CVersion::get_version_minute (  )  [static]

Definition at line 71 of file Version.h.

static LONG CVersion::get_version_in_minutes (  )  [static]

Definition at line 76 of file Version.h.


Member Data Documentation

const CHAR CVersion::version_release = VERSION_RELEASE [static]

Definition at line 81 of file Version.h.

const CHAR CVersion::version_extra = VERSION_EXTRA [static]

Definition at line 82 of file Version.h.

const INT CVersion::version_revision = VERSION_REVISION [static]

Definition at line 84 of file Version.h.

const INT CVersion::version_year = VERSION_YEAR [static]

Definition at line 85 of file Version.h.

const INT CVersion::version_month = VERSION_MONTH [static]

Definition at line 86 of file Version.h.

const INT CVersion::version_day = VERSION_DAY [static]

Definition at line 87 of file Version.h.

const INT CVersion::version_hour = VERSION_HOUR [static]

Definition at line 88 of file Version.h.

const INT CVersion::version_minute = VERSION_MINUTE [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