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 258 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 261 of file AsyncMsg.h.
Referenced by Async::MsgPacker< std::string >::pack(), Async::MsgPacker< std::vector< I > >::pack(), Async::MsgPacker< std::map< Tag, Value > >::pack(), and Async::Msg::pack().
|
inlinestatic |
Definition at line 262 of file AsyncMsg.h.
Referenced by Async::MsgPacker< std::vector< I > >::packedSize(), Async::MsgPacker< std::map< Tag, Value > >::packedSize(), and Async::Msg::packedSize().
|
inlinestatic |
Definition at line 263 of file AsyncMsg.h.
Referenced by Async::MsgPacker< std::vector< I > >::unpack(), Async::MsgPacker< std::map< Tag, Value > >::unpack(), and Async::Msg::unpack().