SHOGUN  4.1.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.h 第 28 行定义.

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

constructor

在文件 Version.cpp 第 33 行定义.

~Version ( )
virtual

destructor

在文件 Version.cpp 第 39 行定义.

成员函数说明

int32_t get_version_day ( )
static

get version day

在文件 Version.cpp 第 91 行定义.

const char * get_version_extra ( )
static

get version extra

在文件 Version.cpp 第 66 行定义.

int32_t get_version_hour ( )
static

get version hour

在文件 Version.cpp 第 96 行定义.

int64_t get_version_in_minutes ( )
static

get version in minutes

在文件 Version.cpp 第 111 行定义.

int32_t get_version_minute ( )
static

get version minute

在文件 Version.cpp 第 101 行定义.

int32_t get_version_month ( )
static

get version month

在文件 Version.cpp 第 86 行定义.

int32_t get_version_parameter ( )
static

get parameter serialization version

在文件 Version.cpp 第 106 行定义.

const char * get_version_release ( )
static

get version release

在文件 Version.cpp 第 71 行定义.

int32_t get_version_revision ( )
static

get version revision

在文件 Version.cpp 第 76 行定义.

int32_t get_version_year ( )
static

get version year

在文件 Version.cpp 第 81 行定义.

void print_version ( )
static

print version

在文件 Version.cpp 第 44 行定义.

int32_t ref ( )

ref object

返回
ref count

在文件 Version.cpp 第 116 行定义.

int32_t ref_count ( ) const

ref count

返回
ref count

在文件 Version.cpp 第 121 行定义.

int32_t unref ( )

unref object

返回
ref count

在文件 Version.cpp 第 126 行定义.

类成员变量说明

const int32_t version_day = VERSION_DAY
staticprotected

version day

在文件 Version.h 第 97 行定义.

const char version_extra = VERSION_EXTRA
staticprotected

version extra

在文件 Version.h 第 88 行定义.

const int32_t version_hour = VERSION_HOUR
staticprotected

version hour

在文件 Version.h 第 99 行定义.

const int32_t version_minute = VERSION_MINUTE
staticprotected

version minute

在文件 Version.h 第 101 行定义.

const int32_t version_month = VERSION_MONTH
staticprotected

version month

在文件 Version.h 第 95 行定义.

const int32_t version_parameter =VERSION_PARAMETER
staticprotected

version parameter

在文件 Version.h 第 103 行定义.

const char version_release = VERSION_RELEASE
staticprotected

version release

在文件 Version.h 第 86 行定义.

const int32_t version_revision = VERSION_REVISION
staticprotected

version revision

在文件 Version.h 第 91 行定义.

const int32_t version_year = VERSION_YEAR
staticprotected

version year

在文件 Version.h 第 93 行定义.


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

SHOGUN 机器学习工具包 - 项目文档