Async 1.5.0
Static Public Member Functions | List of all members
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 267 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

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

Definition at line 270 of file AsyncMsg.h.

References Async::TcpConnection::write().

◆ packedSize()

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

Definition at line 275 of file AsyncMsg.h.

◆ unpack()

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

Definition at line 276 of file AsyncMsg.h.


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