SHOGUN v0.9.0
|
在文件SerializableAsciiReader00.h第17行定义。
公有成员 | |
SerializableAsciiReader00 (CSerializableAsciiFile *file) | |
virtual | ~SerializableAsciiReader00 (void) |
virtual const char * | get_name (void) const |
virtual bool | read_scalar_wrapped (const TSGDataType *type, void *param) |
virtual bool | read_cont_begin_wrapped (const TSGDataType *type, index_t *len_read_y, index_t *len_read_x) |
virtual bool | read_cont_end_wrapped (const TSGDataType *type, index_t len_read_y, index_t len_read_x) |
virtual bool | read_string_begin_wrapped (const TSGDataType *type, index_t *length) |
virtual bool | read_string_end_wrapped (const TSGDataType *type, index_t length) |
virtual bool | read_stringentry_begin_wrapped (const TSGDataType *type, index_t y) |
virtual bool | read_stringentry_end_wrapped (const TSGDataType *type, index_t y) |
virtual bool | read_sparse_begin_wrapped (const TSGDataType *type, index_t *vec_index, index_t *length) |
virtual bool | read_sparse_end_wrapped (const TSGDataType *type, index_t *vec_index, index_t length) |
virtual bool | read_sparseentry_begin_wrapped (const TSGDataType *type, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y) |
virtual bool | read_sparseentry_end_wrapped (const TSGDataType *type, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y) |
virtual bool | read_item_begin_wrapped (const TSGDataType *type, index_t y, index_t x) |
virtual bool | read_item_end_wrapped (const TSGDataType *type, index_t y, index_t x) |
virtual bool | read_sgserializable_begin_wrapped (const TSGDataType *type, char *sgserializable_name, EPrimitiveType *generic) |
virtual bool | read_sgserializable_end_wrapped (const TSGDataType *type, const char *sgserializable_name, EPrimitiveType generic) |
virtual bool | read_type_begin_wrapped (const TSGDataType *type, const char *name, const char *prefix) |
virtual bool | read_type_end_wrapped (const TSGDataType *type, const char *name, const char *prefix) |
SerializableAsciiReader00 | ( | CSerializableAsciiFile * | file | ) | [explicit] |
在文件SerializableAsciiReader00.cpp第15行定义。
~SerializableAsciiReader00 | ( | void | ) | [virtual] |
在文件SerializableAsciiReader00.cpp第18行定义。
virtual const char* get_name | ( | void | ) | const [virtual] |
bool read_cont_begin_wrapped | ( | const TSGDataType * | type, |
index_t * | len_read_y, | ||
index_t * | len_read_x | ||
) | [virtual] |
bool read_cont_end_wrapped | ( | const TSGDataType * | type, |
index_t | len_read_y, | ||
index_t | len_read_x | ||
) | [virtual] |
bool read_item_begin_wrapped | ( | const TSGDataType * | type, |
index_t | y, | ||
index_t | x | ||
) | [virtual] |
bool read_item_end_wrapped | ( | const TSGDataType * | type, |
index_t | y, | ||
index_t | x | ||
) | [virtual] |
bool read_scalar_wrapped | ( | const TSGDataType * | type, |
void * | param | ||
) | [virtual] |
bool read_sgserializable_begin_wrapped | ( | const TSGDataType * | type, |
char * | sgserializable_name, | ||
EPrimitiveType * | generic | ||
) | [virtual] |
bool read_sgserializable_end_wrapped | ( | const TSGDataType * | type, |
const char * | sgserializable_name, | ||
EPrimitiveType | generic | ||
) | [virtual] |
bool read_sparse_begin_wrapped | ( | const TSGDataType * | type, |
index_t * | vec_index, | ||
index_t * | length | ||
) | [virtual] |
bool read_sparse_end_wrapped | ( | const TSGDataType * | type, |
index_t * | vec_index, | ||
index_t | length | ||
) | [virtual] |
bool read_sparseentry_begin_wrapped | ( | const TSGDataType * | type, |
TSparseEntry< char > * | first_entry, | ||
index_t * | feat_index, | ||
index_t | y | ||
) | [virtual] |
bool read_sparseentry_end_wrapped | ( | const TSGDataType * | type, |
TSparseEntry< char > * | first_entry, | ||
index_t * | feat_index, | ||
index_t | y | ||
) | [virtual] |
bool read_string_begin_wrapped | ( | const TSGDataType * | type, |
index_t * | length | ||
) | [virtual] |
bool read_string_end_wrapped | ( | const TSGDataType * | type, |
index_t | length | ||
) | [virtual] |
bool read_stringentry_begin_wrapped | ( | const TSGDataType * | type, |
index_t | y | ||
) | [virtual] |
bool read_stringentry_end_wrapped | ( | const TSGDataType * | type, |
index_t | y | ||
) | [virtual] |
bool read_type_begin_wrapped | ( | const TSGDataType * | type, |
const char * | name, | ||
const char * | prefix | ||
) | [virtual] |
bool read_type_end_wrapped | ( | const TSGDataType * | type, |
const char * | name, | ||
const char * | prefix | ||
) | [virtual] |