Async 1.5.0
Static Public Member Functions | List of all members
Async::MsgPacker< T > Class Template Reference

#include <AsyncMsg.h>

Static Public Member Functions

static bool pack (std::ostream &os, const T &val)
 
static size_t packedSize (const T &val)
 
static bool unpack (std::istream &is, T &val)
 

Detailed Description

template<typename T>
class Async::MsgPacker< T >

Definition at line 258 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

template<typename T >
static bool Async::MsgPacker< T >::pack ( std::ostream & os,
const T & val )
inlinestatic

◆ packedSize()

template<typename T >
static size_t Async::MsgPacker< T >::packedSize ( const T & val)
inlinestatic

◆ unpack()

template<typename T >
static bool Async::MsgPacker< T >::unpack ( std::istream & is,
T & val )
inlinestatic

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