DataDirector API
|
Classes | |
class | DDD_AttributeBase |
A virtual interface class for all DataDirector attribute types. More... | |
class | DDD_AttributeBool |
DataDirector attribute class corresponding to a boolean datatype. More... | |
class | DDD_AttributeByteBuffer |
DataDirector attribute class corresponding to a character array datatype. More... | |
class | DDD_AttributeDouble |
DataDirector attribute class corresponding to a double-precision float datatype. More... | |
class | DDD_AttributeInt |
DataDirector attribute class corresponding to a signed 32-bit integer datatype. More... | |
class | DDD_AttributeString |
DataDirector attribute class corresponding to a string datatype. More... | |
class | DDD_AttributeUInt |
DataDirector attribute class corresponding to a unsigned 32-bit integer datatype. More... | |