Async 1.8.0
Async::MsgPacker< char > Class Reference

#include <AsyncMsg.h>

Static Public Member Functions

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

Detailed Description

Definition at line 269 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

static bool Async::MsgPacker< char >::pack ( std::ostream & os,
char val )
inlinestatic

Definition at line 272 of file AsyncMsg.h.

◆ packedSize()

static size_t Async::MsgPacker< char >::packedSize ( const char & val)
inlinestatic

Definition at line 277 of file AsyncMsg.h.

◆ unpack()

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

Definition at line 278 of file AsyncMsg.h.


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