Async 1.7.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 558 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 561 of file AsyncMsg.h.
References Async::MsgPacker< T >::pack().
|
inlinestatic |
Definition at line 576 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 586 of file AsyncMsg.h.
References Async::MsgPacker< T >::unpack().