CLAM-Development  1.4.0
Public Attributes
CLAM::DynamicType::TAttr Struct Reference

#include <DynamicType.hxx>

List of all members.

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

Detailed Description

Definition at line 200 of file DynamicType.hxx.


Member Data Documentation

t_destructor CLAM::DynamicType::TAttr::destructObj

Definition at line 208 of file DynamicType.hxx.

char CLAM::DynamicType::TAttr::id[idLength]
bool CLAM::DynamicType::TAttr::isComponent
bool CLAM::DynamicType::TAttr::isDynamicType
bool CLAM::DynamicType::TAttr::isPointer

Definition at line 214 of file DynamicType.hxx.

Referenced by CLAM::DynamicType::Debug().

bool CLAM::DynamicType::TAttr::isStorable
t_new CLAM::DynamicType::TAttr::newObj

Definition at line 206 of file DynamicType.hxx.

t_new_copy CLAM::DynamicType::TAttr::newObjCopy

Definition at line 207 of file DynamicType.hxx.

int CLAM::DynamicType::TAttr::offset

Definition at line 205 of file DynamicType.hxx.

Referenced by CLAM::DynamicType::Debug(), and CLAM::DynamicType::InformAll().

int CLAM::DynamicType::TAttr::size
char CLAM::DynamicType::TAttr::type[typeLength]

Definition at line 203 of file DynamicType.hxx.

Referenced by CLAM::DynamicType::Debug().


The documentation for this struct was generated from the following file: