Definition at line 17 of file SerializableAsciiReader00.h.

Public Member Functions | |
| 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] | 
        
Definition at line 15 of file SerializableAsciiReader00.cpp.
| ~SerializableAsciiReader00 | ( | void | ) |  [virtual] | 
        
Definition at line 18 of file SerializableAsciiReader00.cpp.
| virtual const char* get_name | ( | void | ) |  const [virtual] | 
        
Implements CSGObject.
Definition at line 26 of file SerializableAsciiReader00.h.
| bool read_cont_begin_wrapped | ( | const TSGDataType * | type, | |
| index_t * | len_read_y, | |||
| index_t * | len_read_x | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 96 of file SerializableAsciiReader00.cpp.
| bool read_cont_end_wrapped | ( | const TSGDataType * | type, | |
| index_t | len_read_y, | |||
| index_t | len_read_x | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 122 of file SerializableAsciiReader00.cpp.
| bool read_item_begin_wrapped | ( | const TSGDataType * | type, | |
| index_t | y, | |||
| index_t | x | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 216 of file SerializableAsciiReader00.cpp.
| bool read_item_end_wrapped | ( | const TSGDataType * | type, | |
| index_t | y, | |||
| index_t | x | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 225 of file SerializableAsciiReader00.cpp.
| bool read_scalar_wrapped | ( | const TSGDataType * | type, | |
| void * | param | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 21 of file SerializableAsciiReader00.cpp.
| bool read_sgserializable_begin_wrapped | ( | const TSGDataType * | type, | |
| char * | sgserializable_name, | |||
| EPrimitiveType * | generic | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 234 of file SerializableAsciiReader00.cpp.
| bool read_sgserializable_end_wrapped | ( | const TSGDataType * | type, | |
| const char * | sgserializable_name, | |||
| EPrimitiveType | generic | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 268 of file SerializableAsciiReader00.cpp.
| bool read_sparse_begin_wrapped | ( | const TSGDataType * | type, | |
| index_t * | vec_index, | |||
| index_t * | length | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 170 of file SerializableAsciiReader00.cpp.
| bool read_sparse_end_wrapped | ( | const TSGDataType * | type, | |
| index_t * | vec_index, | |||
| index_t | length | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 183 of file SerializableAsciiReader00.cpp.
| bool read_sparseentry_begin_wrapped | ( | const TSGDataType * | type, | |
| TSparseEntry< char > * | first_entry, | |||
| index_t * | feat_index, | |||
| index_t | y | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 193 of file SerializableAsciiReader00.cpp.
| bool read_sparseentry_end_wrapped | ( | const TSGDataType * | type, | |
| TSparseEntry< char > * | first_entry, | |||
| index_t * | feat_index, | |||
| index_t | y | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 206 of file SerializableAsciiReader00.cpp.
| bool read_string_begin_wrapped | ( | const TSGDataType * | type, | |
| index_t * | length | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 131 of file SerializableAsciiReader00.cpp.
| bool read_string_end_wrapped | ( | const TSGDataType * | type, | |
| index_t | length | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 143 of file SerializableAsciiReader00.cpp.
| bool read_stringentry_begin_wrapped | ( | const TSGDataType * | type, | |
| index_t | y | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 152 of file SerializableAsciiReader00.cpp.
| bool read_stringentry_end_wrapped | ( | const TSGDataType * | type, | |
| index_t | y | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 161 of file SerializableAsciiReader00.cpp.
| bool read_type_begin_wrapped | ( | const TSGDataType * | type, | |
| const char * | name, | |||
| const char * | prefix | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 280 of file SerializableAsciiReader00.cpp.
| bool read_type_end_wrapped | ( | const TSGDataType * | type, | |
| const char * | name, | |||
| const char * | prefix | |||
| ) |  [virtual] | 
        
Implements CSerializableFile::TSerializableReader.
Definition at line 307 of file SerializableAsciiReader00.cpp.