Class TypeIdentifierPair

Class Documentation

class TypeIdentifierPair

Public Functions

RTPS_DllAPI TypeIdentifierPair()
RTPS_DllAPI ~TypeIdentifierPair()
RTPS_DllAPI TypeIdentifierPair(const TypeIdentifierPair &x)
RTPS_DllAPI TypeIdentifierPair(TypeIdentifierPair &&x)
RTPS_DllAPI TypeIdentifierPair & operator= (const TypeIdentifierPair &x)
RTPS_DllAPI TypeIdentifierPair & operator= (TypeIdentifierPair &&x)
inline RTPS_DllAPI void type_identifier1 (const TypeIdentifier &_type_identifier1)
inline RTPS_DllAPI void type_identifier1 (TypeIdentifier &&_type_identifier1)
inline RTPS_DllAPI const TypeIdentifier & type_identifier1 () const
inline RTPS_DllAPI TypeIdentifier & type_identifier1 ()
inline RTPS_DllAPI void type_identifier2 (const TypeIdentifier &_type_identifier2)
inline RTPS_DllAPI void type_identifier2 (TypeIdentifier &&_type_identifier2)
inline RTPS_DllAPI const TypeIdentifier & type_identifier2 () const
inline RTPS_DllAPI TypeIdentifier & type_identifier2 ()
RTPS_DllAPI void serialize (eprosima::fastcdr::Cdr &cdr) const
RTPS_DllAPI void deserialize (eprosima::fastcdr::Cdr &cdr)

Public Static Functions

static RTPS_DllAPI size_t getCdrSerializedSize (const TypeIdentifierPair &data, size_t current_alignment=0)