Colibri Core
|
Data handler for IndexedData. Deals with serialisation from/to file and conversions. More...
#include <datatypes.h>
Public Member Functions | |
virtual std::string | id () |
void | read (std::istream *in, IndexedData &v) |
void | write (std::ostream *out, IndexedData &value) |
virtual std::string | tostring (IndexedData &value) |
unsigned int | count (IndexedData &value) const |
void | add (IndexedData *value, const IndexReference &ref) const |
void | convertto (IndexedData *source, IndexedData *&target) const |
void | convertto (IndexedData *value, unsigned int *&convertedvalue) const |
Static Public Attributes | |
static const bool | indexed = true |
Data handler for IndexedData. Deals with serialisation from/to file and conversions.
|
inlinevirtual |
Implements AbstractValueHandler< IndexedData >.
|
inlinevirtual |
Reimplemented from AbstractValueHandler< IndexedData >.
|
inline |
|
inlinevirtual |
Implements AbstractValueHandler< IndexedData >.
|
inlinevirtual |
Reimplemented from AbstractValueHandler< IndexedData >.
|
inlinevirtual |
Implements AbstractValueHandler< IndexedData >.
|
inlinevirtual |
Implements AbstractValueHandler< IndexedData >.
|
inlinevirtual |
Implements AbstractValueHandler< IndexedData >.
|
static |