Go to the source code of this file.
Classes | |
class | ot_obj |
OT_LIB base object class. More... | |
Defines | |
#define | OT_DYNAMIC_CAST(T, O) ((O && O->getType() == T) ? O : 0) |
ot_objects dynamic cast | |
#define | OT_DYNAMIC_CAST(T, O) ((O && O->getType() == T) ? O : 0) |
ot_objects dynamic cast | |
Functions | |
ot_obj * | buildOTObjFromData (istream &s) |
#define OT_DYNAMIC_CAST | ( | T, | |||
O | ) | ((O && O->getType() == T) ? O : 0) |
ot_objects dynamic cast
#define OT_DYNAMIC_CAST | ( | T, | |||
O | ) | ((O && O->getType() == T) ? O : 0) |
ot_objects dynamic cast
ot_obj* buildOTObjFromData | ( | istream & | s | ) |