Fast DDS  Version 3.0.1
Fast DDS
Loading...
Searching...
No Matches
PlainArrayLElemDefn Class Reference

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport PlainArrayLElemDefn ()
 Default constructor.
 
eProsima_user_DllExport ~PlainArrayLElemDefn ()
 Default destructor.
 
eProsima_user_DllExport PlainArrayLElemDefn (const PlainArrayLElemDefn &x)
 Copy constructor.
 
eProsima_user_DllExport PlainArrayLElemDefn (PlainArrayLElemDefn &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport PlainArrayLElemDefnoperator= (const PlainArrayLElemDefn &x)
 Copy assignment.
 
eProsima_user_DllExport PlainArrayLElemDefnoperator= (PlainArrayLElemDefn &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const PlainArrayLElemDefn &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const PlainArrayLElemDefn &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 array_bound_seq (const LBoundSeq &_array_bound_seq)
 This function copies the value in member array_bound_seq.
 
eProsima_user_DllExport void array_bound_seq (LBoundSeq &&_array_bound_seq)
 This function moves the value in member array_bound_seq.
 
eProsima_user_DllExport const LBoundSeqarray_bound_seq () const
 This function returns a constant reference to member array_bound_seq.
 
eProsima_user_DllExport LBoundSeqarray_bound_seq ()
 This function returns a reference to member array_bound_seq.
 
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 PlainArrayLElemDefn defined by the user in the IDL file.

Constructor & Destructor Documentation

◆ PlainArrayLElemDefn() [1/3]

eProsima_user_DllExport PlainArrayLElemDefn ( )
inline

Default constructor.

◆ ~PlainArrayLElemDefn()

eProsima_user_DllExport ~PlainArrayLElemDefn ( )
inline

Default destructor.

◆ PlainArrayLElemDefn() [2/3]

eProsima_user_DllExport PlainArrayLElemDefn ( const PlainArrayLElemDefn x)
inline

Copy constructor.

Parameters
xReference to the object PlainArrayLElemDefn that will be copied.

◆ PlainArrayLElemDefn() [3/3]

eProsima_user_DllExport PlainArrayLElemDefn ( PlainArrayLElemDefn &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object PlainArrayLElemDefn that will be copied.

Member Function Documentation

◆ array_bound_seq() [1/4]

eProsima_user_DllExport LBoundSeq & array_bound_seq ( )
inline

This function returns a reference to member array_bound_seq.

Returns
Reference to member array_bound_seq

◆ array_bound_seq() [2/4]

eProsima_user_DllExport const LBoundSeq & array_bound_seq ( ) const
inline

This function returns a constant reference to member array_bound_seq.

Returns
Constant reference to member array_bound_seq

◆ array_bound_seq() [3/4]

eProsima_user_DllExport void array_bound_seq ( const LBoundSeq _array_bound_seq)
inline

This function copies the value in member array_bound_seq.

Parameters
_array_bound_seqNew value to be copied in member array_bound_seq

◆ array_bound_seq() [4/4]

eProsima_user_DllExport void array_bound_seq ( LBoundSeq &&  _array_bound_seq)
inline

This function moves the value in member array_bound_seq.

Parameters
_array_bound_seqNew value to be moved in member array_bound_seq

◆ 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 PlainArrayLElemDefn x) const
inline

Comparison operator.

Parameters
xPlainArrayLElemDefn object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport PlainArrayLElemDefn & operator= ( const PlainArrayLElemDefn x)
inline

Copy assignment.

Parameters
xReference to the object PlainArrayLElemDefn that will be copied.

◆ operator=() [2/2]

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

Move assignment.

Parameters
xReference to the object PlainArrayLElemDefn that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xPlainArrayLElemDefn object to compare.

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