#include "fastcdr_dll.h"
#include "FastBuffer.h"
#include "exceptions/NotEnoughMemoryException.h"
#include <stdint.h>
#include <string>
#include <vector>
#include <malloc.h>
#include <array>
Go to the source code of this file.
|
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...
|
|
class | eprosima::fastcdr::FastCdr::state |
| This class stores the current state of a CDR serialization. More...
|
|