ot_obj Member List
This is the complete list of members for
ot_obj, including all inherited members.
| asData(ostream &s) const =0 | ot_obj | [pure virtual] |
| asXml(ostream &s=cout, int i=0) const =0 | ot_obj | [pure virtual] |
| dup(void) const =0 | ot_obj | [pure virtual] |
| getType(void) const | ot_obj | |
| m_type | ot_obj | [private] |
| operator==(const ot_obj *o) const =0 | ot_obj | [pure virtual] |
| operator==(const ot_obj &o) const | ot_obj | |
| ot_obj(OT_OBJECT_TYPE type) | ot_obj | [protected] |
| readBoolFromData(istream &s, bool &ret) | ot_obj | [static] |
| readFloatFromData(istream &s, float &ret) | ot_obj | [static] |
| readIntegerFromData(istream &s, int &ret) | ot_obj | [static] |
| readRawFromData(istream &s, char *&data, int &size) | ot_obj | [static] |
| readStringFromData(istream &s, string &ret) | ot_obj | [static] |
| readUnsignedIntegerFromData(istream &s, unsigned int &ret) | ot_obj | [static] |
| writeBoolAsData(ostream &s, bool val) | ot_obj | [static] |
| writeIntegerAsData(ostream &s, int val) | ot_obj | [static] |
| writeRawAsData(ostream &s, const char *data, int size) | ot_obj | [static] |
| writeStringAsData(ostream &s, const string &val) | ot_obj | [static] |
| ~ot_obj() | ot_obj | [virtual] |