itemAttribute Struct Reference
itemAttribute structure that holds the status of an item inside the MPropertiesMap More...
Data Fields | |
MPropertiesMap::kItemModifiedStatus | modified |
bool | state |
bool | subst |
std::string | value |
Detailed Description
itemAttribute structure that holds the status of an item inside the MPropertiesMap
Definition at line 117 of file MProperties.h.
Field Documentation
MPropertiesMap::kItemModifiedStatus modified |
Specifies if the attribute has been modified since the last flushing to the DB
Definition at line 122 of file MProperties.h.
bool state |
The enable state of an attribute
Definition at line 120 of file MProperties.h.
bool subst |
Specifies if the attribute should be parsed by the paths susbstitution engine
Definition at line 121 of file MProperties.h.
std::string value |
The value of the attribute. Always stored as a string
Definition at line 119 of file MProperties.h.
The documentation for this struct was generated from the following file:
- MClientLib/MProperties.h