class to describe the deserialized information of a StructType::Element.
More...
#include <datamodel_types.h>
class to describe the deserialized information of a StructType::Element.
Definition at line 644 of file datamodel_types.h.
◆ DeserializedInfo() [1/3]
◆ DeserializedInfo() [2/3]
CTOR.
- Parameters
-
alignment | the alignment to set |
◆ DeserializedInfo() [3/3]
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 723 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.
References DeserializedInfo().
◆ setAlignment()
void setAlignment |
( |
size_t | alignment | ) |
|
Set the Alignment.
- Parameters
-
alignment | the alignment to set. |
◆ _alignment
size_t _alignment = Alignment::e_invalid |
|
private |