| ▼Neprosima | |
| ▼Nfastcdr | |
| ▼Ndetail | |
| Coptional_storage | |
| Coptional_storage< T, typename std::enable_if< std::is_trivially_destructible< T >::value >::type > | |
| ▼Nexception | |
| CBadOptionalAccessException | This class is thrown as an exception when accessing the value of a null optional |
| CBadParamException | This class is thrown as an exception when an invalid parameter is being serialized |
| CException | This abstract class is used to create exceptions |
| CLockedExternalAccessException | This class is thrown as an exception when accessing to set the value of a locked external |
| CNotEnoughMemoryException | This class is thrown as an exception when the buffer's internal memory reachs its size limit |
| Cfixed_string | Template class for non-alloc strings |
| ▼CCdr | This class offers an interface to serialize/deserialize some basic types using CDR protocol inside an eprosima::fastcdr::FastBuffer |
| Cstate | This class stores the current state of a CDR serialization |
| CCdrSizeCalculator | This class offers an interface to calculate the encoded size of a type serialized using a support encoding algorithm |
| C_FastBuffer_iterator | This class implements the iterator used to go through a FastBuffer |
| CFastBuffer | This class represents a stream of bytes that contains (or will contain) serialized data |
| ▼CFastCdr | This class offers an interface to serialize/deserialize some basic types using a modified CDR protocol inside a eprosima::FastBuffer |
| Cstate | This class stores the current state of a CDR serialization |
| Cexternal | This class template manages an external member, a member declared to be external to the storage of a type |
| CMemberId | |
| Cnullopt_t | An empty class type used to indicate optional type with uninitialized state |
| Coptional | This class template manages an optional contained value, i.e |