|
SHOGUN v0.9.0
|
在文件SerializableFile.h第26行定义。

公有成员 | |
| 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] |
| virtual bool read_cont_end_wrapped | ( | const TSGDataType * | type, |
| index_t | len_read_y, | ||
| index_t | len_read_x | ||
| ) | [pure virtual] |
| virtual bool read_item_begin_wrapped | ( | const TSGDataType * | type, |
| index_t | y, | ||
| index_t | x | ||
| ) | [pure virtual] |
| virtual bool read_item_end_wrapped | ( | const TSGDataType * | type, |
| index_t | y, | ||
| index_t | x | ||
| ) | [pure virtual] |
| virtual bool read_scalar_wrapped | ( | const TSGDataType * | type, |
| void * | param | ||
| ) | [pure virtual] |
| virtual bool read_sgserializable_begin_wrapped | ( | const TSGDataType * | type, |
| char * | sgserializable_name, | ||
| EPrimitiveType * | generic | ||
| ) | [pure virtual] |
| virtual bool read_sgserializable_end_wrapped | ( | const TSGDataType * | type, |
| const char * | sgserializable_name, | ||
| EPrimitiveType | generic | ||
| ) | [pure virtual] |
| virtual bool read_sparse_begin_wrapped | ( | const TSGDataType * | type, |
| index_t * | vec_index, | ||
| index_t * | length | ||
| ) | [pure virtual] |
| virtual bool read_sparse_end_wrapped | ( | const TSGDataType * | type, |
| index_t * | vec_index, | ||
| index_t | length | ||
| ) | [pure virtual] |
| virtual bool read_sparseentry_begin_wrapped | ( | const TSGDataType * | type, |
| TSparseEntry< char > * | first_entry, | ||
| index_t * | feat_index, | ||
| index_t | y | ||
| ) | [pure virtual] |
| virtual bool read_sparseentry_end_wrapped | ( | const TSGDataType * | type, |
| TSparseEntry< char > * | first_entry, | ||
| index_t * | feat_index, | ||
| index_t | y | ||
| ) | [pure virtual] |
| virtual bool read_string_begin_wrapped | ( | const TSGDataType * | type, |
| index_t * | length | ||
| ) | [pure virtual] |
| virtual bool read_string_end_wrapped | ( | const TSGDataType * | type, |
| index_t | length | ||
| ) | [pure virtual] |
| virtual bool read_stringentry_begin_wrapped | ( | const TSGDataType * | type, |
| index_t | y | ||
| ) | [pure virtual] |
| virtual bool read_stringentry_end_wrapped | ( | const TSGDataType * | type, |
| index_t | y | ||
| ) | [pure virtual] |
| virtual bool read_type_begin_wrapped | ( | const TSGDataType * | type, |
| const char * | name, | ||
| const char * | prefix | ||
| ) | [pure virtual] |
| virtual bool read_type_end_wrapped | ( | const TSGDataType * | type, |
| const char * | name, | ||
| const char * | prefix | ||
| ) | [pure virtual] |