详细描述
template<class T>
class shogun::CGCArray< T >
Template class GCArray implements a garbage collecting static array.
This array is meant to be used for Shogun Objects (CSGObject) only, as it deals with garbage collection, i.e. on read and array assignment the reference count is increased (and decreased on delete and overwriting elements).
在文件GCArray.h第27行定义。
所有成员的列表。
构造及析构函数文档
成员函数文档
read only access operator
- 参数:
-
- 返回:
- element element
在文件GCArray.h第68行定义。
virtual const char* get_name |
( |
|
) |
const [virtual] |
void set |
( |
T |
element, |
|
|
int32_t |
index | |
|
) |
| | |
write access operator
- 参数:
-
| element | - element to write |
| index | - index to write to |
在文件GCArray.h第54行定义。
成员数据文档
该类的文档由以下文件生成: