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

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

~Version ( )
virtual

destructor

在文件 Version.cpp39 行定义.

成员函数说明

int32_t get_version_day ( )
static

get version day

在文件 Version.cpp91 行定义.

const char * get_version_extra ( )
static

get version extra

在文件 Version.cpp66 行定义.

int32_t get_version_hour ( )
static

get version hour

在文件 Version.cpp96 行定义.

int64_t get_version_in_minutes ( )
static

get version in minutes

在文件 Version.cpp111 行定义.

int32_t get_version_minute ( )
static

get version minute

在文件 Version.cpp101 行定义.

int32_t get_version_month ( )
static

get version month

在文件 Version.cpp86 行定义.

int32_t get_version_parameter ( )
static

get parameter serialization version

在文件 Version.cpp106 行定义.

const char * get_version_release ( )
static

get version release

在文件 Version.cpp71 行定义.

int32_t get_version_revision ( )
static

get version revision

在文件 Version.cpp76 行定义.

int32_t get_version_year ( )
static

get version year

在文件 Version.cpp81 行定义.

void print_version ( )
static

print version

在文件 Version.cpp44 行定义.

int32_t ref ( )

ref object

返回
ref count

在文件 Version.cpp116 行定义.

int32_t ref_count ( ) const

ref count

返回
ref count

在文件 Version.cpp121 行定义.

int32_t unref ( )

unref object

返回
ref count

在文件 Version.cpp126 行定义.

类成员变量说明

const int32_t version_day = VERSION_DAY
staticprotected

version day

在文件 Version.h97 行定义.

const char version_extra = VERSION_EXTRA
staticprotected

version extra

在文件 Version.h88 行定义.

const int32_t version_hour = VERSION_HOUR
staticprotected

version hour

在文件 Version.h99 行定义.

const int32_t version_minute = VERSION_MINUTE
staticprotected

version minute

在文件 Version.h101 行定义.

const int32_t version_month = VERSION_MONTH
staticprotected

version month

在文件 Version.h95 行定义.

const int32_t version_parameter =VERSION_PARAMETER
staticprotected

version parameter

在文件 Version.h103 行定义.

const char version_release = VERSION_RELEASE
staticprotected

version release

在文件 Version.h86 行定义.

const int32_t version_revision = VERSION_REVISION
staticprotected

version revision

在文件 Version.h91 行定义.

const int32_t version_year = VERSION_YEAR
staticprotected

version year

在文件 Version.h93 行定义.


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

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