#include "fastcdr_dll.h"
#include <stdint.h>
#include <cstdio>
#include <string.h>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
class | eprosima::fastcdr::_FastBuffer_iterator |
This class implements the iterator used to go through a FastBuffer. 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... | |
Namespaces | |
eprosima | |
eprosima::fastcdr | |
Functions | |
uint32_t | size_to_uint32 (size_t val) |
|
inline |
Definition at line 25 of file FastBuffer.h.