#include <array>
#include <bitset>
#include <cstdint>
#include <limits>
#include <map>
#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 "xcdr/external.hpp"
#include "xcdr/MemberId.hpp"
#include "xcdr/optional.hpp"
Go to the source code of this file.
Classes | |
class | eprosima::fastcdr::CdrSizeCalculator |
This class offers an interface to calculate the encoded size of a type serialized using a support encoding algorithm. More... | |
Namespaces | |
eprosima | |
eprosima::fastcdr | |
Functions | |
template<class _T > | |
size_t | eprosima::fastcdr::calculate_serialized_size (CdrSizeCalculator &, const _T &, size_t &) |