pjmsg_mcap_wrapper
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
FastBuffer.h File Reference

Go to the source code of this file.

#include "fastcdr_dll.h"
#include <stdint.h>
#include <cstdio>
#include <string.h>
#include <cstddef>
#include <utility>

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

namespace  eprosima
 
namespace  eprosima::fastcdr
 

Functions

uint32_t size_to_uint32 (size_t val)
 

Function Documentation

◆ size_to_uint32()

uint32_t size_to_uint32 ( size_t  val)
inline

Definition at line 25 of file FastBuffer.h.