data_object.hpp File Reference

Classes

class  kanzi::DataObject
 DataObject is the base class for data. More...
 
class  kanzi::DataObjectTyped< DataType, DataTypeEnum >
 Template class that can be used with standard types. More...
 

Namespaces

 kanzi
 

Typedefs

typedef DataObjectTyped< bool, DataObject::Bool > kanzi::DataObjectBool
 
typedef DataObjectTyped< int32_t, DataObject::Integer > kanzi::DataObjectInt
 
typedef DataObjectTyped< double, DataObject::Real > kanzi::DataObjectReal
 
typedef DataObjectTyped< string, DataObject::String > kanzi::DataObjectString