Async
1.5.0
|
#include <AsyncMsg.h>
Static Public Member Functions | |
static bool | pack (std::ostream &os, const std::map< Tag, Value > &m) |
static size_t | packedSize (const std::map< Tag, Value > &m) |
static bool | unpack (std::istream &is, std::map< Tag, Value > &m) |
Definition at line 497 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 500 of file AsyncMsg.h.
References Async::MsgPacker< T >::pack().
|
inlinestatic |
Definition at line 517 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 528 of file AsyncMsg.h.
References Async::MsgPacker< T >::unpack().