#include <DynamicType.hxx>
Public Attributes | |
char | id [idLength] |
char | type [typeLength] |
int | size |
int | offset |
t_new | newObj |
t_new_copy | newObjCopy |
t_destructor | destructObj |
bool | isComponent: 1 |
bool | isStorable: 1 |
bool | isDynamicType: 1 |
bool | isPointer: 1 |
Definition at line 200 of file DynamicType.hxx.
t_destructor CLAM::DynamicType::TAttr::destructObj |
Definition at line 208 of file DynamicType.hxx.
char CLAM::DynamicType::TAttr::id[idLength] |
Definition at line 202 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::GetDynamicAttributeName().
Definition at line 211 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::AttributeIsComponent(), and CLAM::DynamicType::InformTypedAttr_().
Definition at line 213 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::AttributeIsDynamictype(), and CLAM::DynamicType::InformTypedAttr_().
Definition at line 214 of file DynamicType.hxx.
Definition at line 212 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::InformTypedAttr_().
Definition at line 206 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::DynTableRefCounter().
t_new_copy CLAM::DynamicType::TAttr::newObjCopy |
Definition at line 207 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::operator=().
Definition at line 205 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::InformAll().
Definition at line 204 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::InformAll().
char CLAM::DynamicType::TAttr::type[typeLength] |
Definition at line 203 of file DynamicType.hxx.