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 466 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 469 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 485 of file AsyncMsg.h.
References Async::MsgPacker< T >::unpack().
|
inlinestatic |
Definition at line 495 of file AsyncMsg.h.
References Async::MsgPacker< T >::pack().