SHOGUN v0.9.0
公有成员
CSerializableFile::TSerializableReader结构参考

详细描述

在文件SerializableFile.h26行定义。

继承图,类CSerializableFile::TSerializableReader
Inheritance graph
[图例]

所有成员的列表。

公有成员

virtual bool read_scalar_wrapped (const TSGDataType *type, void *param)=0
virtual bool read_cont_begin_wrapped (const TSGDataType *type, index_t *len_read_y, index_t *len_read_x)=0
virtual bool read_cont_end_wrapped (const TSGDataType *type, index_t len_read_y, index_t len_read_x)=0
virtual bool read_string_begin_wrapped (const TSGDataType *type, index_t *length)=0
virtual bool read_string_end_wrapped (const TSGDataType *type, index_t length)=0
virtual bool read_stringentry_begin_wrapped (const TSGDataType *type, index_t y)=0
virtual bool read_stringentry_end_wrapped (const TSGDataType *type, index_t y)=0
virtual bool read_sparse_begin_wrapped (const TSGDataType *type, index_t *vec_index, index_t *length)=0
virtual bool read_sparse_end_wrapped (const TSGDataType *type, index_t *vec_index, index_t length)=0
virtual bool read_sparseentry_begin_wrapped (const TSGDataType *type, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y)=0
virtual bool read_sparseentry_end_wrapped (const TSGDataType *type, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y)=0
virtual bool read_item_begin_wrapped (const TSGDataType *type, index_t y, index_t x)=0
virtual bool read_item_end_wrapped (const TSGDataType *type, index_t y, index_t x)=0
virtual bool read_sgserializable_begin_wrapped (const TSGDataType *type, char *sgserializable_name, EPrimitiveType *generic)=0
virtual bool read_sgserializable_end_wrapped (const TSGDataType *type, const char *sgserializable_name, EPrimitiveType generic)=0
virtual bool read_type_begin_wrapped (const TSGDataType *type, const char *name, const char *prefix)=0
virtual bool read_type_end_wrapped (const TSGDataType *type, const char *name, const char *prefix)=0

成员函数文档

virtual bool read_cont_begin_wrapped ( const TSGDataType type,
index_t len_read_y,
index_t len_read_x 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_cont_end_wrapped ( const TSGDataType type,
index_t  len_read_y,
index_t  len_read_x 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_item_begin_wrapped ( const TSGDataType type,
index_t  y,
index_t  x 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_item_end_wrapped ( const TSGDataType type,
index_t  y,
index_t  x 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_scalar_wrapped ( const TSGDataType type,
void *  param 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_sgserializable_begin_wrapped ( const TSGDataType type,
char *  sgserializable_name,
EPrimitiveType generic 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_sgserializable_end_wrapped ( const TSGDataType type,
const char *  sgserializable_name,
EPrimitiveType  generic 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_sparse_begin_wrapped ( const TSGDataType type,
index_t vec_index,
index_t length 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_sparse_end_wrapped ( const TSGDataType type,
index_t vec_index,
index_t  length 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_sparseentry_begin_wrapped ( const TSGDataType type,
TSparseEntry< char > *  first_entry,
index_t feat_index,
index_t  y 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_sparseentry_end_wrapped ( const TSGDataType type,
TSparseEntry< char > *  first_entry,
index_t feat_index,
index_t  y 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_string_begin_wrapped ( const TSGDataType type,
index_t length 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_string_end_wrapped ( const TSGDataType type,
index_t  length 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_stringentry_begin_wrapped ( const TSGDataType type,
index_t  y 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_stringentry_end_wrapped ( const TSGDataType type,
index_t  y 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_type_begin_wrapped ( const TSGDataType type,
const char *  name,
const char *  prefix 
) [pure virtual]

SerializableAsciiReader00内被实现。

virtual bool read_type_end_wrapped ( const TSGDataType type,
const char *  name,
const char *  prefix 
) [pure virtual]

SerializableAsciiReader00内被实现。


该结构的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation