Public Types | Static Public Member Functions | List of all members
rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type > Struct Template Reference

Vector serializer, specialized for fixed-size simple types. More...

#include <serialization.h>

Public Types

typedef VecType::const_iterator ConstIteratorType
 
typedef VecType::iterator IteratorType
 
typedef std::vector< T, typename ContainerAllocator::template rebind< T >::other > VecType
 

Static Public Member Functions

template<typename Stream >
static void read (Stream &stream, VecType &v)
 
static uint32_t serializedLength (const VecType &v)
 
template<typename Stream >
static void write (Stream &stream, const VecType &v)
 

Detailed Description

template<typename T, class ContainerAllocator>
struct rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >

Vector serializer, specialized for fixed-size simple types.

Definition at line 422 of file third-party/realsense-file/rosbag/roscpp_serialization/include/ros/serialization.h.

Member Typedef Documentation

template<typename T , class ContainerAllocator >
typedef VecType::const_iterator rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >::ConstIteratorType
template<typename T , class ContainerAllocator >
typedef VecType::iterator rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >::IteratorType
template<typename T , class ContainerAllocator >
typedef std::vector<T, typename ContainerAllocator::template rebind<T>::other> rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >::VecType

Member Function Documentation

template<typename T , class ContainerAllocator >
template<typename Stream >
static void rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >::read ( Stream stream,
VecType v 
)
inlinestatic
template<typename T , class ContainerAllocator >
static uint32_t rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >::serializedLength ( const VecType v)
inlinestatic
template<typename T , class ContainerAllocator >
template<typename Stream >
static void rs2rosinternal::serialization::VectorSerializer< T, ContainerAllocator, typename boost::enable_if< mt::IsSimple< T > >::type >::write ( Stream stream,
const VecType v 
)
inlinestatic

The documentation for this struct was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:43