CVersion类参考


详细描述

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.

在文件Version.h31行定义。

所有成员的列表。

公有成员

 CVersion ()
virtual ~CVersion ()
int32_t ref ()
int32_t ref_count () const
int32_t unref ()

静态公有成员

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 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 (  ) 

在文件Version.cpp28行定义。

~CVersion (  )  [virtual]

在文件Version.cpp33行定义。


成员函数文档

static int32_t get_version_day (  )  [static]

在文件Version.h75行定义。

static const char* get_version_extra (  )  [static]

在文件Version.h50行定义。

static int32_t get_version_hour (  )  [static]

在文件Version.h80行定义。

static int64_t get_version_in_minutes (  )  [static]

在文件Version.h90行定义。

static int32_t get_version_minute (  )  [static]

在文件Version.h85行定义。

static int32_t get_version_month (  )  [static]

在文件Version.h70行定义。

static const char* get_version_release (  )  [static]

在文件Version.h55行定义。

static int32_t get_version_revision (  )  [static]

在文件Version.h60行定义。

static int32_t get_version_year (  )  [static]

在文件Version.h65行定义。

static void print_version (  )  [static]

在文件Version.h37行定义。

int32_t ref (  ) 

在文件Version.h95行定义。

int32_t ref_count (  )  const

在文件Version.h101行定义。

int32_t unref (  ) 

在文件Version.h106行定义。


成员数据文档

const int32_t version_day = VERSION_DAY [static, protected]

在文件Version.h124行定义。

const char version_extra = VERSION_EXTRA [static, protected]

在文件Version.h119行定义。

const int32_t version_hour = VERSION_HOUR [static, protected]

在文件Version.h125行定义。

const int32_t version_minute = VERSION_MINUTE [static, protected]

在文件Version.h126行定义。

const int32_t version_month = VERSION_MONTH [static, protected]

在文件Version.h123行定义。

const char version_release = VERSION_RELEASE [static, protected]

在文件Version.h118行定义。

const int32_t version_revision = VERSION_REVISION [static, protected]

在文件Version.h121行定义。

const int32_t version_year = VERSION_YEAR [static, protected]

在文件Version.h122行定义。


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation