Async 1.7.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) |
static bool | pack (std::ostream &os, const std::vector< I > &val) |
static size_t | packedSize (const std::vector< I > &val) |
static bool | unpack (std::istream &is, std::vector< I > &val) |
Definition at line 448 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 263 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 451 of file AsyncMsg.h.
References Async::MsgPacker< T >::pack().
|
inlinestatic |
Definition at line 264 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 468 of file AsyncMsg.h.
References Async::MsgPacker< T >::packedSize().
|
inlinestatic |
Definition at line 265 of file AsyncMsg.h.
|
inlinestatic |
Definition at line 477 of file AsyncMsg.h.
References Async::MsgPacker< T >::unpack().