FastCDR Serializer internal API groped in modules.
|
| | Exceptions |
| | Exceptions used by the FastCDR API. All exceptions defined in this module are thrown by the FastCDR library.
|
| |
|
| class | eprosima::fastcdr::Cdr |
| | This class offers an interface to serialize/deserialize some basic types using CDR protocol inside an eprosima::fastcdr::FastBuffer. More...
|
| |
| class | eprosima::fastcdr::CdrSizeCalculator |
| | This class offers an interface to calculate the encoded size of a type serialized using a support encoding algorithm. More...
|
| |
| class | eprosima::fastcdr::FastBuffer |
| | This class represents a stream of bytes that contains (or will contain) serialized data. This class is used by the serializers to serialize or deserialize using their representation. More...
|
| |
| class | eprosima::fastcdr::FastCdr |
| | This class offers an interface to serialize/deserialize some basic types using a modified CDR protocol inside a eprosima::FastBuffer. This modified CDR protocol provides a serialization mechanism much faster than common CDR protocol, because it doesn't use alignment. More...
|
| |