15 #include "CeeCore/Base.h" 16 #include "CeeImportCae/Base.h" 17 #include "CeeCore/Str.h" 18 #include "CeeCore/RefCountedObject.h" 47 const cee::Str& providerIdString()
const;
50 const cee::Str& key(
size_t index)
const;
51 DataType dataType(
size_t index)
const;
52 const cee::Str& description(
size_t index)
const;
53 double doubleValue(
size_t index)
const;
54 bool boolValue(
size_t index)
const;
55 const cee::Str& stringValue(
size_t index)
const;
57 size_t keyIndex(
const cee::Str& key)
const;
59 void setDoubleValue(
const cee::Str& key,
double value);
60 void setBoolValue(
const cee::Str& key,
bool value);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
DataType
Data value types.
Definition: ReaderSettingsDataProvider.h:33
Settings applicable to the DataProvider plugin reader.
Definition: ReaderSettingsDataProvider.h:29
Enum to indicates that value is a boolean.
Definition: ReaderSettingsDataProvider.h:36
Enum to indicates that value is a double.
Definition: ReaderSettingsDataProvider.h:35