#include <kanzi/core.ui/coreui_api.hpp>#include <kanzi/core.ui/data/data_context.hpp>#include <kanzi/core/cpp/functional.hpp>#include <kanzi/core/cpp/memory.hpp>#include <kanzi/core/cpp/string.hpp>#include <kanzi/core/cpp/string_view.hpp>#include <kanzi/core/cpp/vector.hpp>#include <memory>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 |