pjmsg_mcap_wrapper
|
Go to the source code of this file.
#include <array>
#include <bitset>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <functional>
#include <map>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "fastcdr_dll.h"
#include "CdrEncoding.hpp"
#include "cdr/fixed_size_string.hpp"
#include "detail/container_recursive_inspector.hpp"
#include "exceptions/BadParamException.h"
#include "exceptions/Exception.h"
#include "exceptions/NotEnoughMemoryException.h"
#include "FastBuffer.h"
#include "xcdr/external.hpp"
#include "xcdr/MemberId.hpp"
#include "xcdr/optional.hpp"
#include <malloc.h>
Classes | |
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::Cdr::state |
This class stores the current state of a CDR serialization. More... | |
Namespaces | |
namespace | eprosima |
namespace | eprosima::fastcdr |
Functions | |
template<class _T > | |
void | eprosima::fastcdr::serialize (Cdr &, const _T &) |
template<class _T > | |
void | eprosima::fastcdr::deserialize (Cdr &, _T &) |