| C_FastBuffer_iterator | This class implements the iterator used to go through a FastBuffer |
| CCdr | This class offers an interface to serialize/deserialize some basic types using CDR protocol inside an eprosima::fastcdr::FastBuffer |
| CCdrSizeCalculator | This class offers an interface to calculate the encoded size of a type serialized using a support encoding algorithm |
| ▼CException | This abstract class is used to create exceptions |
| 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 |
| 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 |
| Cexternal< T > | This class template manages an external member, a member declared to be external to the storage of a type |
| 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 |
| Cfixed_string< MAX_CHARS > | Template class for non-alloc strings |
| CMemberId | |
| Cnullopt_t | An empty class type used to indicate optional type with uninitialized state |
| Coptional< T > | This class template manages an optional contained value, i.e |
| Coptional_storage< T, typename > | |
| Coptional_storage< T, typename std::enable_if< std::is_trivially_destructible< T >::value >::type > | |
| CCdr::state | This class stores the current state of a CDR serialization |
| CFastCdr::state | This class stores the current state of a CDR serialization |