Fast DDS  Version 3.1.2
Fast DDS
Loading...
Searching...
No Matches

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport MinimalMapType ()
 Default constructor.
 
eProsima_user_DllExport ~MinimalMapType ()
 Default destructor.
 
eProsima_user_DllExport MinimalMapType (const MinimalMapType &x)
 Copy constructor.
 
eProsima_user_DllExport MinimalMapType (MinimalMapType &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport MinimalMapTypeoperator= (const MinimalMapType &x)
 Copy assignment.
 
eProsima_user_DllExport MinimalMapTypeoperator= (MinimalMapType &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const MinimalMapType &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const MinimalMapType &x) const
 Comparison operator.
 
eProsima_user_DllExport void collection_flag (const CollectionTypeFlag &_collection_flag)
 This function copies the value in member collection_flag.
 
eProsima_user_DllExport void collection_flag (CollectionTypeFlag &&_collection_flag)
 This function moves the value in member collection_flag.
 
eProsima_user_DllExport const CollectionTypeFlagcollection_flag () const
 This function returns a constant reference to member collection_flag.
 
eProsima_user_DllExport CollectionTypeFlagcollection_flag ()
 This function returns a reference to member collection_flag.
 
eProsima_user_DllExport void header (const MinimalCollectionHeader &_header)
 This function copies the value in member header.
 
eProsima_user_DllExport void header (MinimalCollectionHeader &&_header)
 This function moves the value in member header.
 
eProsima_user_DllExport const MinimalCollectionHeaderheader () const
 This function returns a constant reference to member header.
 
eProsima_user_DllExport MinimalCollectionHeaderheader ()
 This function returns a reference to member header.
 
eProsima_user_DllExport void key (const MinimalCollectionElement &_key)
 This function copies the value in member key.
 
eProsima_user_DllExport void key (MinimalCollectionElement &&_key)
 This function moves the value in member key.
 
eProsima_user_DllExport const MinimalCollectionElementkey () const
 This function returns a constant reference to member key.
 
eProsima_user_DllExport MinimalCollectionElementkey ()
 This function returns a reference to member key.
 
eProsima_user_DllExport void element (const MinimalCollectionElement &_element)
 This function copies the value in member element.
 
eProsima_user_DllExport void element (MinimalCollectionElement &&_element)
 This function moves the value in member element.
 
eProsima_user_DllExport const MinimalCollectionElementelement () const
 This function returns a constant reference to member element.
 
eProsima_user_DllExport MinimalCollectionElementelement ()
 This function returns a reference to member element.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MinimalMapType() [1/3]

eProsima_user_DllExport MinimalMapType ( )
inline

Default constructor.

◆ ~MinimalMapType()

eProsima_user_DllExport ~MinimalMapType ( )
inline

Default destructor.

◆ MinimalMapType() [2/3]

eProsima_user_DllExport MinimalMapType ( const MinimalMapType x)
inline

Copy constructor.

Parameters
xReference to the object MinimalMapType that will be copied.

◆ MinimalMapType() [3/3]

eProsima_user_DllExport MinimalMapType ( MinimalMapType &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object MinimalMapType that will be copied.

Member Function Documentation

◆ collection_flag() [1/4]

eProsima_user_DllExport CollectionTypeFlag & collection_flag ( )
inline

This function returns a reference to member collection_flag.

Returns
Reference to member collection_flag

◆ collection_flag() [2/4]

eProsima_user_DllExport const CollectionTypeFlag & collection_flag ( ) const
inline

This function returns a constant reference to member collection_flag.

Returns
Constant reference to member collection_flag

◆ collection_flag() [3/4]

eProsima_user_DllExport void collection_flag ( CollectionTypeFlag &&  _collection_flag)
inline

This function moves the value in member collection_flag.

Parameters
_collection_flagNew value to be moved in member collection_flag

◆ collection_flag() [4/4]

eProsima_user_DllExport void collection_flag ( const CollectionTypeFlag _collection_flag)
inline

This function copies the value in member collection_flag.

Parameters
_collection_flagNew value to be copied in member collection_flag

◆ element() [1/4]

eProsima_user_DllExport MinimalCollectionElement & element ( )
inline

This function returns a reference to member element.

Returns
Reference to member element

◆ element() [2/4]

eProsima_user_DllExport const MinimalCollectionElement & element ( ) const
inline

This function returns a constant reference to member element.

Returns
Constant reference to member element

◆ element() [3/4]

eProsima_user_DllExport void element ( const MinimalCollectionElement _element)
inline

This function copies the value in member element.

Parameters
_elementNew value to be copied in member element

◆ element() [4/4]

eProsima_user_DllExport void element ( MinimalCollectionElement &&  _element)
inline

This function moves the value in member element.

Parameters
_elementNew value to be moved in member element

◆ header() [1/4]

eProsima_user_DllExport MinimalCollectionHeader & header ( )
inline

This function returns a reference to member header.

Returns
Reference to member header

◆ header() [2/4]

eProsima_user_DllExport const MinimalCollectionHeader & 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 MinimalCollectionHeader _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 ( MinimalCollectionHeader &&  _header)
inline

This function moves the value in member header.

Parameters
_headerNew value to be moved in member header

◆ key() [1/4]

eProsima_user_DllExport MinimalCollectionElement & key ( )
inline

This function returns a reference to member key.

Returns
Reference to member key

◆ key() [2/4]

eProsima_user_DllExport const MinimalCollectionElement & key ( ) const
inline

This function returns a constant reference to member key.

Returns
Constant reference to member key

◆ key() [3/4]

eProsima_user_DllExport void key ( const MinimalCollectionElement _key)
inline

This function copies the value in member key.

Parameters
_keyNew value to be copied in member key

◆ key() [4/4]

eProsima_user_DllExport void key ( MinimalCollectionElement &&  _key)
inline

This function moves the value in member key.

Parameters
_keyNew value to be moved in member key

◆ operator!=()

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

Comparison operator.

Parameters
xMinimalMapType object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport MinimalMapType & operator= ( const MinimalMapType x)
inline

Copy assignment.

Parameters
xReference to the object MinimalMapType that will be copied.

◆ operator=() [2/2]

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

Move assignment.

Parameters
xReference to the object MinimalMapType that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xMinimalMapType object to compare.

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