class to describe the deserialized information of a StructType::Element.
More...
|
size_t | _alignment = Alignment::e_invalid |
|
class to describe the deserialized information of a StructType::Element.
Definition at line 645 of file datamodel_types.h.
◆ DeserializedInfo() [1/2]
CTOR.
- Parameters
-
alignment | the alignment to set |
◆ DeserializedInfo() [2/2]
CTOR.
- Parameters
-
intializer | the inializer list containing a string fror the alignment |
◆ getAlignment()
virtual size_t getAlignment |
( |
| ) |
const |
|
virtual |
◆ notifyChangeDeserialized()
virtual void notifyChangeDeserialized |
( |
const std::string & |
| ) |
|
|
inlineprotectedvirtual |
Forwarding the notification.
param std::string string additional_info - the additional info of the item changed notification.
Reimplemented in StructType::Element.
Definition at line 724 of file datamodel_types.h.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
equality operator.
- Parameters
-
other | the other information to compare to. |
- Returns
- true the info is equal.
-
false the info is not equal.
◆ setAlignment()
void setAlignment |
( |
size_t |
alignment | ) |
|
Set the Alignment.
- Parameters
-
alignment | the alignment to set. |