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 85 of file ObjectToIceBlob.h.

Constructor & Destructor Documentation

◆ ObjectToCompressedIceBlobSerializer() [1/2]

ObjectToCompressedIceBlobSerializer ( const T obj)
inline

Definition at line 87 of file ObjectToIceBlob.h.

+ Here is the call graph for this function:

◆ ObjectToCompressedIceBlobSerializer() [2/2]

Member Function Documentation

◆ begin()

const char* begin ( ) const
inline

Definition at line 116 of file ObjectToIceBlob.h.

+ Here is the caller graph for this function:

◆ clear()

void clear ( )
inline

Definition at line 110 of file ObjectToIceBlob.h.

◆ end()

const char* end ( ) const
inline

Definition at line 126 of file ObjectToIceBlob.h.

+ Here is the call graph for this function:

◆ serialize()

void serialize ( const T obj)
inline

Definition at line 93 of file ObjectToIceBlob.h.

+ Here is the caller graph for this function:

◆ size()

std::size_t size ( ) const
inline

Definition at line 121 of file ObjectToIceBlob.h.

+ Here is the caller graph for this function:

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