This class represents the structure AppliedAnnotationParameter defined by the user in the IDL file.
More...
#include <AnnotationParameterValue.h>
|
static RTPS_DllAPI size_t | getKeyMaxCdrSerializedSize (size_t current_alignment=0) |
| This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.
|
|
static RTPS_DllAPI bool | isKeyDefined () |
| This function tells you if the Key has been defined for this type.
|
|
This class represents the structure AppliedAnnotationParameter defined by the user in the IDL file.
◆ AppliedAnnotationParameter() [1/3]
◆ ~AppliedAnnotationParameter()
◆ AppliedAnnotationParameter() [2/3]
Copy constructor.
- Parameters
-
◆ AppliedAnnotationParameter() [3/3]
Move constructor.
- Parameters
-
◆ getKeyMaxCdrSerializedSize()
static RTPS_DllAPI size_t getKeyMaxCdrSerializedSize |
( |
size_t |
current_alignment = 0 | ) |
|
|
static |
This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.
- Parameters
-
current_alignment | Buffer alignment. |
- Returns
- Maximum serialized size.
◆ isKeyDefined()
static RTPS_DllAPI bool isKeyDefined |
( |
| ) |
|
|
static |
This function tells you if the Key has been defined for this type.
◆ operator=() [1/2]
Move assignment.
- Parameters
-
◆ operator=() [2/2]
Copy assignment.
- Parameters
-
◆ operator==()
◆ paramname_hash() [1/4]
This function returns a reference to member paramname_hash.
- Returns
- Reference to member paramname_hash
◆ paramname_hash() [2/4]
const NameHash & paramname_hash |
( |
| ) |
const |
|
inline |
This function returns a constant reference to member paramname_hash.
- Returns
- Constant reference to member paramname_hash
◆ paramname_hash() [3/4]
void paramname_hash |
( |
const NameHash & |
_paramname_hash | ) |
|
|
inline |
This function copies the value in member paramname_hash.
- Parameters
-
_paramname_hash | New value to be copied in member paramname_hash |
◆ paramname_hash() [4/4]
void paramname_hash |
( |
NameHash && |
_paramname_hash | ) |
|
|
inline |
This function moves the value in member paramname_hash.
- Parameters
-
_paramname_hash | New value to be moved in member paramname_hash |
◆ serializeKey()
RTPS_DllAPI void serializeKey |
( |
eprosima::fastcdr::Cdr & |
cdr | ) |
const |
This function serializes the key members of an object using CDR serialization.
- Parameters
-
cdr | CDR serialization object. |
◆ value() [1/4]
This function returns a reference to member value.
- Returns
- Reference to member value
◆ value() [2/4]
This function returns a constant reference to member value.
- Returns
- Constant reference to member value
◆ value() [3/4]
This function moves the value in member value.
- Parameters
-
_value | New value to be moved in member value |
◆ value() [4/4]
This function copies the value in member value.
- Parameters
-
_value | New value to be copied in member value |
The documentation for this class was generated from the following file: