Public Member Functions

SerializableAsciiReader00 Class Reference


Detailed Description

Definition at line 17 of file SerializableAsciiReader00.h.

Inheritance diagram for SerializableAsciiReader00:
Inheritance graph
[legend]

List of all members.

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)

Constructor & Destructor Documentation

Definition at line 15 of file SerializableAsciiReader00.cpp.

~SerializableAsciiReader00 ( void   )  [virtual]

Definition at line 18 of file SerializableAsciiReader00.cpp.


Member Function Documentation

virtual const char* get_name ( void   )  const [virtual]
Returns:
object name

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]
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]

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

SHOGUN Machine Learning Toolbox - Documentation