Fast DDS  Version 3.1.2
Fast DDS
Loading...
Searching...
No Matches
PlainSequenceSElemDefn Class Reference

This class represents the structure PlainSequenceSElemDefn defined by the user in the IDL file. More...

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport PlainSequenceSElemDefn ()
 Default constructor.
 
eProsima_user_DllExport ~PlainSequenceSElemDefn ()
 Default destructor.
 
eProsima_user_DllExport PlainSequenceSElemDefn (const PlainSequenceSElemDefn &x)
 Copy constructor.
 
eProsima_user_DllExport PlainSequenceSElemDefn (PlainSequenceSElemDefn &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport PlainSequenceSElemDefnoperator= (const PlainSequenceSElemDefn &x)
 Copy assignment.
 
eProsima_user_DllExport PlainSequenceSElemDefnoperator= (PlainSequenceSElemDefn &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const PlainSequenceSElemDefn &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const PlainSequenceSElemDefn &x) const
 Comparison operator.
 
eProsima_user_DllExport void header (const PlainCollectionHeader &_header)
 This function copies the value in member header.
 
eProsima_user_DllExport void header (PlainCollectionHeader &&_header)
 This function moves the value in member header.
 
eProsima_user_DllExport const PlainCollectionHeaderheader () const
 This function returns a constant reference to member header.
 
eProsima_user_DllExport PlainCollectionHeaderheader ()
 This function returns a reference to member header.
 
eProsima_user_DllExport void bound (SBound _bound)
 This function sets a value in member bound.
 
eProsima_user_DllExport SBound bound () const
 This function returns the value of member bound.
 
eProsima_user_DllExport SBoundbound ()
 This function returns a reference to member bound.
 
eProsima_user_DllExport void element_identifier (const eprosima::fastcdr::external< TypeIdentifier > &_element_identifier)
 This function copies the value in member element_identifier.
 
eProsima_user_DllExport void element_identifier (eprosima::fastcdr::external< TypeIdentifier > &&_element_identifier)
 This function moves the value in member element_identifier.
 
eProsima_user_DllExport const eprosima::fastcdr::external< TypeIdentifier > & element_identifier () const
 This function returns a constant reference to member element_identifier.
 
eProsima_user_DllExport eprosima::fastcdr::external< TypeIdentifier > & element_identifier ()
 This function returns a reference to member element_identifier.
 

Detailed Description

This class represents the structure PlainSequenceSElemDefn defined by the user in the IDL file.

Constructor & Destructor Documentation

◆ PlainSequenceSElemDefn() [1/3]

eProsima_user_DllExport PlainSequenceSElemDefn ( )
inline

Default constructor.

◆ ~PlainSequenceSElemDefn()

eProsima_user_DllExport ~PlainSequenceSElemDefn ( )
inline

Default destructor.

◆ PlainSequenceSElemDefn() [2/3]

eProsima_user_DllExport PlainSequenceSElemDefn ( const PlainSequenceSElemDefn x)
inline

Copy constructor.

Parameters
xReference to the object PlainSequenceSElemDefn that will be copied.

◆ PlainSequenceSElemDefn() [3/3]

eProsima_user_DllExport PlainSequenceSElemDefn ( PlainSequenceSElemDefn &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object PlainSequenceSElemDefn that will be copied.

Member Function Documentation

◆ bound() [1/3]

eProsima_user_DllExport SBound & bound ( )
inline

This function returns a reference to member bound.

Returns
Reference to member bound

◆ bound() [2/3]

eProsima_user_DllExport SBound bound ( ) const
inline

This function returns the value of member bound.

Returns
Value of member bound

◆ bound() [3/3]

eProsima_user_DllExport void bound ( SBound  _bound)
inline

This function sets a value in member bound.

Parameters
_boundNew value for member bound

◆ element_identifier() [1/4]

eProsima_user_DllExport eprosima::fastcdr::external< TypeIdentifier > & element_identifier ( )
inline

This function returns a reference to member element_identifier.

Returns
Reference to member element_identifier

◆ element_identifier() [2/4]

eProsima_user_DllExport const eprosima::fastcdr::external< TypeIdentifier > & element_identifier ( ) const
inline

This function returns a constant reference to member element_identifier.

Returns
Constant reference to member element_identifier

◆ element_identifier() [3/4]

eProsima_user_DllExport void element_identifier ( const eprosima::fastcdr::external< TypeIdentifier > &  _element_identifier)
inline

This function copies the value in member element_identifier.

Parameters
_element_identifierNew value to be copied in member element_identifier

◆ element_identifier() [4/4]

eProsima_user_DllExport void element_identifier ( eprosima::fastcdr::external< TypeIdentifier > &&  _element_identifier)
inline

This function moves the value in member element_identifier.

Parameters
_element_identifierNew value to be moved in member element_identifier

◆ header() [1/4]

eProsima_user_DllExport PlainCollectionHeader & header ( )
inline

This function returns a reference to member header.

Returns
Reference to member header

◆ header() [2/4]

eProsima_user_DllExport const PlainCollectionHeader & header ( ) const
inline

This function returns a constant reference to member header.

Returns
Constant reference to member header

◆ header() [3/4]

eProsima_user_DllExport void header ( const PlainCollectionHeader _header)
inline

This function copies the value in member header.

Parameters
_headerNew value to be copied in member header

◆ header() [4/4]

eProsima_user_DllExport void header ( PlainCollectionHeader &&  _header)
inline

This function moves the value in member header.

Parameters
_headerNew value to be moved in member header

◆ operator!=()

eProsima_user_DllExport bool operator!= ( const PlainSequenceSElemDefn x) const
inline

Comparison operator.

Parameters
xPlainSequenceSElemDefn object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport PlainSequenceSElemDefn & operator= ( const PlainSequenceSElemDefn x)
inline

Copy assignment.

Parameters
xReference to the object PlainSequenceSElemDefn that will be copied.

◆ operator=() [2/2]

eProsima_user_DllExport PlainSequenceSElemDefn & operator= ( PlainSequenceSElemDefn &&  x)
inlinenoexcept

Move assignment.

Parameters
xReference to the object PlainSequenceSElemDefn that will be copied.

◆ operator==()

eProsima_user_DllExport bool operator== ( const PlainSequenceSElemDefn x) const
inline

Comparison operator.

Parameters
xPlainSequenceSElemDefn object to compare.

The documentation for this class was generated from the following file: