Async
1.5.0
|
#include <AsyncMsg.h>
Static Public Member Functions | |
static bool | pack (std::ostream &os, const std::vector< I > &vec) |
static size_t | packedSize (const std::vector< I > &vec) |
static bool | unpack (std::istream &is, std::vector< I > &vec) |
Definition at line 446 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 449 of file AsyncMsg.h.
References Async::MsgPacker< T >::pack().
|
inlinestatic |
Definition at line 465 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 475 of file AsyncMsg.h.
References Async::MsgPacker< T >::unpack().