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 517 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 520 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 537 of file AsyncMsg.h.
References Async::MsgPacker< T >::unpack().
|
inlinestatic |
Definition at line 548 of file AsyncMsg.h.