SHOGUN v0.9.0
公有成员 | 保护属性
CGCArray< T >模板类参考

详细描述

template<class T>
class shogun::CGCArray< T >

在文件GCArray.h28行定义。

继承图,类CGCArray< T >
Inheritance graph
[图例]

所有成员的列表。

公有成员

 CGCArray (void)
 CGCArray (int32_t sz)
virtual ~CGCArray ()
void set (T element, int32_t index)
get (int32_t index)
virtual const char * get_name () const

保护属性

T * array
 array
int32_t size
 size of array

构造及析构函数文档

CGCArray ( void  )

default constructor

在文件GCArray.h32行定义。

CGCArray ( int32_t  sz)

Constructor

参数:
szlength of array

在文件GCArray.h44行定义。

virtual ~CGCArray ( ) [virtual]

Destructor

在文件GCArray.h52行定义。


成员函数文档

T get ( int32_t  index)

read only access operator

参数:
indexindex to write to
返回:
element element

在文件GCArray.h78行定义。

virtual const char* get_name ( void  ) const [virtual]

get the name of the object

返回:
name of object

实现了CSGObject

在文件GCArray.h91行定义。

void set ( element,
int32_t  index 
)

write access operator

参数:
element- element to write
index- index to write to

在文件GCArray.h64行定义。


成员数据文档

T* array [protected]

array

在文件GCArray.h95行定义。

int32_t size [protected]

size of array

在文件GCArray.h97行定义。


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

SHOGUN Machine Learning Toolbox - Documentation