Async
1.5.0
|
#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) |
Definition at line 278 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 289 of file AsyncMsg.h.
Referenced by Async::MsgPacker< std::string >::unpack(), and Async::MsgPacker< std::vector< I > >::unpack().
|
inlinestatic |
Definition at line 290 of file AsyncMsg.h.
Referenced by Async::MsgPacker< std::vector< I > >::pack(), Async::MsgPacker< std::map< Tag, Value > >::pack(), and Async::MsgPacker< std::string >::unpack().
|
inlinestatic |
Definition at line 291 of file AsyncMsg.h.
Referenced by Async::MsgPacker< std::vector< I > >::packedSize(), and Async::MsgPacker< std::map< Tag, Value > >::packedSize().