, including all inherited members.
| close(void) | CSerializableFile | [virtual] |
| CSerializableFile(void) | CSerializableFile | [explicit] |
| CSerializableFile(FILE *fstream, char rw) | CSerializableFile | [explicit] |
| CSerializableFile(const char *fname, char rw='r') | CSerializableFile | [explicit] |
| CSGObject() | CSGObject | |
| CSGObject(const CSGObject &orig) | CSGObject | |
| get_io() | CSGObject | |
| get_name() const =0 | CSGObject | [pure virtual] |
| get_parallel() | CSGObject | |
| get_version() | CSGObject | |
| init(FILE *fstream, char task, const char *filename) | CSerializableFile | [protected, virtual] |
| io | CSGObject | |
| is_generic(EPrimitiveType *generic) const | CSGObject | [virtual] |
| is_opened(void) | CSerializableFile | [virtual] |
| load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | [virtual] |
| load_serializable_post() | CSGObject | [protected, virtual] |
| load_serializable_pre() | CSGObject | [protected, virtual] |
| m_filename | CSerializableFile | [protected] |
| m_fstream | CSerializableFile | [protected] |
| m_parameters | CSGObject | [protected] |
| m_task | CSerializableFile | [protected] |
| new_reader(char *dest_version, size_t n)=0 | CSerializableFile | [protected, pure virtual] |
| parallel | CSGObject | |
| print_serializable(const char *prefix="") | CSGObject | [virtual] |
| read_cont_begin(const TSGDataType *type, const char *name, const char *prefix, index_t *len_read_y, index_t *len_read_x) | CSerializableFile | [virtual] |
| read_cont_end(const TSGDataType *type, const char *name, const char *prefix, index_t len_read_y, index_t len_read_x) | CSerializableFile | [virtual] |
| read_item_begin(const TSGDataType *type, const char *name, const char *prefix, index_t y, index_t x) | CSerializableFile | [virtual] |
| read_item_end(const TSGDataType *type, const char *name, const char *prefix, index_t y, index_t x) | CSerializableFile | [virtual] |
| read_scalar(const TSGDataType *type, const char *name, const char *prefix, void *param) | CSerializableFile | [virtual] |
| read_sgserializable_begin(const TSGDataType *type, const char *name, const char *prefix, char *sgserializable_name, EPrimitiveType *generic) | CSerializableFile | [virtual] |
| read_sgserializable_end(const TSGDataType *type, const char *name, const char *prefix, const char *sgserializable_name, EPrimitiveType generic) | CSerializableFile | [virtual] |
| read_sparse_begin(const TSGDataType *type, const char *name, const char *prefix, index_t *vec_index, index_t *length) | CSerializableFile | [virtual] |
| read_sparse_end(const TSGDataType *type, const char *name, const char *prefix, index_t *vec_index, index_t length) | CSerializableFile | [virtual] |
| read_sparseentry_begin(const TSGDataType *type, const char *name, const char *prefix, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y) | CSerializableFile | [virtual] |
| read_sparseentry_end(const TSGDataType *type, const char *name, const char *prefix, TSparseEntry< char > *first_entry, index_t *feat_index, index_t y) | CSerializableFile | [virtual] |
| read_string_begin(const TSGDataType *type, const char *name, const char *prefix, index_t *length) | CSerializableFile | [virtual] |
| read_string_end(const TSGDataType *type, const char *name, const char *prefix, index_t length) | CSerializableFile | [virtual] |
| read_stringentry_begin(const TSGDataType *type, const char *name, const char *prefix, index_t y) | CSerializableFile | [virtual] |
| read_stringentry_end(const TSGDataType *type, const char *name, const char *prefix, index_t y) | CSerializableFile | [virtual] |
| read_type_begin(const TSGDataType *type, const char *name, const char *prefix) | CSerializableFile | [virtual] |
| read_type_end(const TSGDataType *type, const char *name, const char *prefix) | CSerializableFile | [virtual] |
| save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | [virtual] |
| save_serializable_post() | CSGObject | [protected, virtual] |
| save_serializable_pre() | CSGObject | [protected, virtual] |
| set_generic() | CSGObject | |
| set_io(IO *io) | CSGObject | |
| set_parallel(Parallel *parallel) | CSGObject | |
| set_version(Version *version) | CSGObject | |
| unset_generic() | CSGObject | |
| version | CSGObject | |
| write_cont_begin(const TSGDataType *type, const char *name, const char *prefix, index_t len_real_y, index_t len_real_x) | CSerializableFile | [virtual] |
| write_cont_begin_wrapped(const TSGDataType *type, index_t len_real_y, index_t len_real_x)=0 | CSerializableFile | [protected, pure virtual] |
| write_cont_end(const TSGDataType *type, const char *name, const char *prefix, index_t len_real_y, index_t len_real_x) | CSerializableFile | [virtual] |
| write_cont_end_wrapped(const TSGDataType *type, index_t len_real_y, index_t len_real_x)=0 | CSerializableFile | [protected, pure virtual] |
| write_item_begin(const TSGDataType *type, const char *name, const char *prefix, index_t y, index_t x) | CSerializableFile | [virtual] |
| write_item_begin_wrapped(const TSGDataType *type, index_t y, index_t x)=0 | CSerializableFile | [protected, pure virtual] |
| write_item_end(const TSGDataType *type, const char *name, const char *prefix, index_t y, index_t x) | CSerializableFile | [virtual] |
| write_item_end_wrapped(const TSGDataType *type, index_t y, index_t x)=0 | CSerializableFile | [protected, pure virtual] |
| write_scalar(const TSGDataType *type, const char *name, const char *prefix, const void *param) | CSerializableFile | [virtual] |
| write_scalar_wrapped(const TSGDataType *type, const void *param)=0 | CSerializableFile | [protected, pure virtual] |
| write_sgserializable_begin(const TSGDataType *type, const char *name, const char *prefix, const char *sgserializable_name, EPrimitiveType generic) | CSerializableFile | [virtual] |
| write_sgserializable_begin_wrapped(const TSGDataType *type, const char *sgserializable_name, EPrimitiveType generic)=0 | CSerializableFile | [protected, pure virtual] |
| write_sgserializable_end(const TSGDataType *type, const char *name, const char *prefix, const char *sgserializable_name, EPrimitiveType generic) | CSerializableFile | [virtual] |
| write_sgserializable_end_wrapped(const TSGDataType *type, const char *sgserializable_name, EPrimitiveType generic)=0 | CSerializableFile | [protected, pure virtual] |
| write_sparse_begin(const TSGDataType *type, const char *name, const char *prefix, index_t vec_index, index_t length) | CSerializableFile | [virtual] |
| write_sparse_begin_wrapped(const TSGDataType *type, index_t vec_index, index_t length)=0 | CSerializableFile | [protected, pure virtual] |
| write_sparse_end(const TSGDataType *type, const char *name, const char *prefix, index_t vec_index, index_t length) | CSerializableFile | [virtual] |
| write_sparse_end_wrapped(const TSGDataType *type, index_t vec_index, index_t length)=0 | CSerializableFile | [protected, pure virtual] |
| write_sparseentry_begin(const TSGDataType *type, const char *name, const char *prefix, const TSparseEntry< char > *first_entry, index_t feat_index, index_t y) | CSerializableFile | [virtual] |
| write_sparseentry_begin_wrapped(const TSGDataType *type, const TSparseEntry< char > *first_entry, index_t feat_index, index_t y)=0 | CSerializableFile | [protected, pure virtual] |
| write_sparseentry_end(const TSGDataType *type, const char *name, const char *prefix, const TSparseEntry< char > *first_entry, index_t feat_index, index_t y) | CSerializableFile | [virtual] |
| write_sparseentry_end_wrapped(const TSGDataType *type, const TSparseEntry< char > *first_entry, index_t feat_index, index_t y)=0 | CSerializableFile | [protected, pure virtual] |
| write_string_begin(const TSGDataType *type, const char *name, const char *prefix, index_t length) | CSerializableFile | [virtual] |
| write_string_begin_wrapped(const TSGDataType *type, index_t length)=0 | CSerializableFile | [protected, pure virtual] |
| write_string_end(const TSGDataType *type, const char *name, const char *prefix, index_t length) | CSerializableFile | [virtual] |
| write_string_end_wrapped(const TSGDataType *type, index_t length)=0 | CSerializableFile | [protected, pure virtual] |
| write_stringentry_begin(const TSGDataType *type, const char *name, const char *prefix, index_t y) | CSerializableFile | [virtual] |
| write_stringentry_begin_wrapped(const TSGDataType *type, index_t y)=0 | CSerializableFile | [protected, pure virtual] |
| write_stringentry_end(const TSGDataType *type, const char *name, const char *prefix, index_t y) | CSerializableFile | [virtual] |
| write_stringentry_end_wrapped(const TSGDataType *type, index_t y)=0 | CSerializableFile | [protected, pure virtual] |
| write_type_begin(const TSGDataType *type, const char *name, const char *prefix) | CSerializableFile | [virtual] |
| write_type_begin_wrapped(const TSGDataType *type, const char *name, const char *prefix)=0 | CSerializableFile | [protected, pure virtual] |
| write_type_end(const TSGDataType *type, const char *name, const char *prefix) | CSerializableFile | [virtual] |
| write_type_end_wrapped(const TSGDataType *type, const char *name, const char *prefix)=0 | CSerializableFile | [protected, pure virtual] |
| ~CSerializableFile(void) | CSerializableFile | [virtual] |
| ~CSGObject() | CSGObject | [virtual] |