This class represents the structure AppliedVerbatimAnnotation defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
| eProsima_user_DllExport | AppliedVerbatimAnnotation () |
| Default constructor. More... | |
| eProsima_user_DllExport | ~AppliedVerbatimAnnotation () |
| Default destructor. More... | |
| eProsima_user_DllExport | AppliedVerbatimAnnotation (const AppliedVerbatimAnnotation &x) |
| Copy constructor. More... | |
| eProsima_user_DllExport | AppliedVerbatimAnnotation (AppliedVerbatimAnnotation &&x) noexcept |
| Move constructor. More... | |
| eProsima_user_DllExport AppliedVerbatimAnnotation & | operator= (const AppliedVerbatimAnnotation &x) |
| Copy assignment. More... | |
| eProsima_user_DllExport AppliedVerbatimAnnotation & | operator= (AppliedVerbatimAnnotation &&x) noexcept |
| Move assignment. More... | |
| eProsima_user_DllExport bool | operator== (const AppliedVerbatimAnnotation &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport bool | operator!= (const AppliedVerbatimAnnotation &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport void | placement (const eprosima::fastcdr::fixed_string< 32 > &_placement) |
| This function copies the value in member placement. More... | |
| eProsima_user_DllExport void | placement (eprosima::fastcdr::fixed_string< 32 > &&_placement) |
| This function moves the value in member placement. More... | |
| eProsima_user_DllExport const eprosima::fastcdr::fixed_string< 32 > & | placement () const |
| This function returns a constant reference to member placement. More... | |
| eProsima_user_DllExport eprosima::fastcdr::fixed_string< 32 > & | placement () |
| This function returns a reference to member placement. More... | |
| eProsima_user_DllExport void | language (const eprosima::fastcdr::fixed_string< 32 > &_language) |
| This function copies the value in member language. More... | |
| eProsima_user_DllExport void | language (eprosima::fastcdr::fixed_string< 32 > &&_language) |
| This function moves the value in member language. More... | |
| eProsima_user_DllExport const eprosima::fastcdr::fixed_string< 32 > & | language () const |
| This function returns a constant reference to member language. More... | |
| eProsima_user_DllExport eprosima::fastcdr::fixed_string< 32 > & | language () |
| This function returns a reference to member language. More... | |
| eProsima_user_DllExport void | text (const std::string &_text) |
| This function copies the value in member text. More... | |
| eProsima_user_DllExport void | text (std::string &&_text) |
| This function moves the value in member text. More... | |
| eProsima_user_DllExport const std::string & | text () const |
| This function returns a constant reference to member text. More... | |
| eProsima_user_DllExport std::string & | text () |
| This function returns a reference to member text. More... | |
This class represents the structure AppliedVerbatimAnnotation defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object AppliedVerbatimAnnotation that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object AppliedVerbatimAnnotation that will be copied. |
|
inline |
This function returns a reference to member language.
|
inline |
This function returns a constant reference to member language.
|
inline |
This function copies the value in member language.
| _language | New value to be copied in member language |
|
inline |
This function moves the value in member language.
| _language | New value to be moved in member language |
|
inline |
Comparison operator.
| x | AppliedVerbatimAnnotation object to compare. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object AppliedVerbatimAnnotation that will be copied. |
|
inline |
Copy assignment.
| x | Reference to the object AppliedVerbatimAnnotation that will be copied. |
|
inline |
Comparison operator.
| x | AppliedVerbatimAnnotation object to compare. |
|
inline |
This function returns a reference to member placement.
|
inline |
This function returns a constant reference to member placement.
|
inline |
This function copies the value in member placement.
| _placement | New value to be copied in member placement |
|
inline |
This function moves the value in member placement.
| _placement | New value to be moved in member placement |
|
inline |
This function returns a reference to member text.
|
inline |
This function returns a constant reference to member text.
|
inline |
This function copies the value in member text.
| _text | New value to be copied in member text |
|
inline |
This function moves the value in member text.
| _text | New value to be moved in member text |