Fast CDR  Version 2.2.5
Fast CDR
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 1234]
 Neprosima
 Nfastcdr
 Ndetail
 Coptional_storage
 Coptional_storage< T, typename std::enable_if< std::is_trivially_destructible< T >{}>::type >
 Nexception
 CBadOptionalAccessExceptionThis class is thrown as an exception when accessing the value of a null optional
 CBadParamExceptionThis class is thrown as an exception when an invalid parameter is being serialized
 CExceptionThis abstract class is used to create exceptions
 CLockedExternalAccessExceptionThis class is thrown as an exception when accessing to set the value of a locked external
 CNotEnoughMemoryExceptionThis class is thrown as an exception when the buffer's internal memory reachs its size limit
 C_FastBuffer_iteratorThis class implements the iterator used to go through a FastBuffer
 CCdrThis class offers an interface to serialize/deserialize some basic types using CDR protocol inside an eprosima::fastcdr::FastBuffer
 CstateThis class stores the current state of a CDR serialization
 CCdrSizeCalculatorThis class offers an interface to calculate the encoded size of a type serialized using a support encoding algorithm
 CexternalThis class template manages an external member, a member declared to be external to the storage of a type
 CFastBufferThis class represents a stream of bytes that contains (or will contain) serialized data
 CFastCdrThis class offers an interface to serialize/deserialize some basic types using a modified CDR protocol inside a eprosima::FastBuffer
 CstateThis class stores the current state of a CDR serialization
 Cfixed_stringTemplate class for non-alloc strings
 CMemberId
 Cnullopt_tAn empty class type used to indicate optional type with uninitialized state
 CoptionalThis class template manages an optional contained value, i.e