Codec< T, IceContext, Ice::OutputStream > Struct Template Reference

#include <ArmarXCore/applications/ArmarXStorm/other_files/IceDB/IceDB.h>

Static Public Member Functions

static void read (T &t, const MDB_val &val, const IceContext &ctx)
 
static bool write (const T &t, MDB_val &val, const IceContext &ctx)
 
static void write (const T &t, MDB_val &val, Ice::OutputStream &holder, const IceContext &ctx)
 

Detailed Description

template<typename T>
struct IceDB::Codec< T, IceContext, Ice::OutputStream >

Definition at line 506 of file IceDB.h.

Member Function Documentation

◆ read()

static void read ( T t,
const MDB_val &  val,
const IceContext ctx 
)
inlinestatic

Definition at line 508 of file IceDB.h.

◆ write() [1/2]

static bool write ( const T t,
MDB_val &  val,
const IceContext ctx 
)
inlinestatic

Definition at line 524 of file IceDB.h.

◆ write() [2/2]

static void write ( const T t,
MDB_val &  val,
Ice::OutputStream &  holder,
const IceContext ctx 
)
inlinestatic

Definition at line 516 of file IceDB.h.


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