Public Member Functions

CSerializableFile::TSerializableReader Struct Reference


Detailed Description

Definition at line 26 of file SerializableFile.h.

Inheritance diagram for CSerializableFile::TSerializableReader:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Member Function Documentation

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.

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

Implemented in SerializableAsciiReader00.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation