#include <DynamicType.hxx>
Definition at line 200 of file 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 |
| char CLAM::DynamicType::TAttr::id[idLength] |
Definition at line 202 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::Debug(), and CLAM::DynamicType::GetDynamicAttributeName().
| char CLAM::DynamicType::TAttr::type[typeLength] |
Definition at line 204 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::Debug(), CLAM::DynamicType::FullfilsInvariant(), CLAM::DynamicType::InformAll(), and CLAM::DynamicType::RemoveAttr_().
Definition at line 205 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::Debug(), and CLAM::DynamicType::InformAll().
Definition at line 206 of file DynamicType.hxx.
| t_new_copy CLAM::DynamicType::TAttr::newObjCopy |
Definition at line 207 of file DynamicType.hxx.
| t_destructor CLAM::DynamicType::TAttr::destructObj |
Definition at line 208 of file DynamicType.hxx.
Definition at line 211 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::AttributeIsComponent(), CLAM::DynamicType::Debug(), and CLAM::DynamicType::InformTypedAttr_().
Definition at line 212 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::Debug(), and CLAM::DynamicType::InformTypedAttr_().
Definition at line 213 of file DynamicType.hxx.
Referenced by CLAM::DynamicType::AttributeIsDynamictype(), CLAM::DynamicType::Debug(), and CLAM::DynamicType::InformTypedAttr_().
1.5.5