ObjectToCompressedIceBlobSerializer< T > Struct Template Reference

#include <ArmarXCore/core/util/ObjectToIceBlob.h>

Public Member Functions

const char * begin () const
 
void clear ()
 
const char * end () const
 
 ObjectToCompressedIceBlobSerializer ()=default
 
 ObjectToCompressedIceBlobSerializer (const T &obj)
 
void serialize (const T &obj)
 
std::size_t size () const
 

Detailed Description

template<class T>
struct armarx::ObjectToCompressedIceBlobSerializer< T >

Definition at line 93 of file ObjectToIceBlob.h.

Constructor & Destructor Documentation

◆ ObjectToCompressedIceBlobSerializer() [1/2]

template<class T>
ObjectToCompressedIceBlobSerializer ( const T & obj)
inline

Definition at line 95 of file ObjectToIceBlob.h.

+ Here is the call graph for this function:

◆ ObjectToCompressedIceBlobSerializer() [2/2]

template<class T>
ObjectToCompressedIceBlobSerializer ( )
default

Member Function Documentation

◆ begin()

template<class T>
const char * begin ( ) const
inline

Definition at line 128 of file ObjectToIceBlob.h.

+ Here is the caller graph for this function:

◆ clear()

template<class T>
void clear ( )
inline

Definition at line 121 of file ObjectToIceBlob.h.

◆ end()

template<class T>
const char * end ( ) const
inline

Definition at line 140 of file ObjectToIceBlob.h.

+ Here is the call graph for this function:

◆ serialize()

template<class T>
void serialize ( const T & obj)
inline

Definition at line 103 of file ObjectToIceBlob.h.

+ Here is the caller graph for this function:

◆ size()

template<class T>
std::size_t size ( ) const
inline

Definition at line 134 of file ObjectToIceBlob.h.

+ Here is the caller graph for this function:

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