SHOGUN  v3.2.0
所有成员列表 | Public 成员函数 | 静态 Public 成员函数 | 静态 Protected 属性
Version类 参考

详细描述

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.h32 行定义.

Public 成员函数

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

静态 Public 成员函数

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 int32_t get_version_parameter ()
 
static int64_t get_version_in_minutes ()
 

静态 Protected 属性

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
 
static const int32_t version_parameter =VERSION_PARAMETER
 

构造及析构函数说明

§ Version()

Version ( )

constructor

在文件 Version.cpp31 行定义.

§ ~Version()

~Version ( )
virtual

destructor

在文件 Version.cpp37 行定义.

成员函数说明

§ get_version_day()

int32_t get_version_day ( )
static

get version day

在文件 Version.cpp89 行定义.

§ get_version_extra()

const char * get_version_extra ( )
static

get version extra

在文件 Version.cpp64 行定义.

§ get_version_hour()

int32_t get_version_hour ( )
static

get version hour

在文件 Version.cpp94 行定义.

§ get_version_in_minutes()

int64_t get_version_in_minutes ( )
static

get version in minutes

在文件 Version.cpp109 行定义.

§ get_version_minute()

int32_t get_version_minute ( )
static

get version minute

在文件 Version.cpp99 行定义.

§ get_version_month()

int32_t get_version_month ( )
static

get version month

在文件 Version.cpp84 行定义.

§ get_version_parameter()

int32_t get_version_parameter ( )
static

get parameter serialization version

在文件 Version.cpp104 行定义.

§ get_version_release()

const char * get_version_release ( )
static

get version release

在文件 Version.cpp69 行定义.

§ get_version_revision()

int32_t get_version_revision ( )
static

get version revision

在文件 Version.cpp74 行定义.

§ get_version_year()

int32_t get_version_year ( )
static

get version year

在文件 Version.cpp79 行定义.

§ print_version()

void print_version ( )
static

print version

在文件 Version.cpp42 行定义.

§ ref()

int32_t ref ( )

ref object

返回
ref count

在文件 Version.cpp114 行定义.

§ ref_count()

int32_t ref_count ( ) const

ref count

返回
ref count

在文件 Version.cpp119 行定义.

§ unref()

int32_t unref ( )

unref object

返回
ref count

在文件 Version.cpp124 行定义.

类成员变量说明

§ version_day

const int32_t version_day = VERSION_DAY
staticprotected

version day

在文件 Version.h101 行定义.

§ version_extra

const char version_extra = VERSION_EXTRA
staticprotected

version extra

在文件 Version.h92 行定义.

§ version_hour

const int32_t version_hour = VERSION_HOUR
staticprotected

version hour

在文件 Version.h103 行定义.

§ version_minute

const int32_t version_minute = VERSION_MINUTE
staticprotected

version minute

在文件 Version.h105 行定义.

§ version_month

const int32_t version_month = VERSION_MONTH
staticprotected

version month

在文件 Version.h99 行定义.

§ version_parameter

const int32_t version_parameter =VERSION_PARAMETER
staticprotected

version parameter

在文件 Version.h107 行定义.

§ version_release

const char version_release = VERSION_RELEASE
staticprotected

version release

在文件 Version.h90 行定义.

§ version_revision

const int32_t version_revision = VERSION_REVISION
staticprotected

version revision

在文件 Version.h95 行定义.

§ version_year

const int32_t version_year = VERSION_YEAR
staticprotected

version year

在文件 Version.h97 行定义.


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

SHOGUN Machine Learning Toolbox - Documentation