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

#include <AsyncMsg.h>

Static Public Member Functions

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

Detailed Description

template<>
class Async::MsgPacker< std::string >

Definition at line 406 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

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

Definition at line 409 of file AsyncMsg.h.

References Async::MsgPacker< T >::pack().

◆ packedSize()

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

Definition at line 420 of file AsyncMsg.h.

◆ unpack()

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

Definition at line 424 of file AsyncMsg.h.


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