Async  1.5.0
Classes | Static Public Member Functions | List of all members
Async::Packer16< 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::Packer16< T >

Definition at line 373 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

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

Definition at line 376 of file AsyncMsg.h.

Referenced by Async::Packer32< int32_t >::unpack().

◆ packedSize()

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

Definition at line 384 of file AsyncMsg.h.

Referenced by Async::Packer32< int32_t >::unpack().

◆ unpack()

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

Definition at line 385 of file AsyncMsg.h.

Referenced by Async::Packer32< int32_t >::unpack().


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