#include <AsyncMsg.h>
|
static bool | pack (std::ostream &os, const int64_t &val) |
|
static size_t | packedSize (const int64_t &val) |
|
static bool | unpack (std::istream &is, int64_t &val) |
|
static bool | pack (std::ostream &os, const int64_t &val) |
|
static size_t | packedSize (const int64_t &val) |
|
static bool | unpack (std::istream &is, int64_t &val) |
|
Definition at line 317 of file AsyncMsg.h.
◆ pack()
static bool Async::MsgPacker< int64_t >::pack |
( |
std::ostream & | os, |
|
|
const int64_t & | val ) |
|
inlinestatic |
◆ packedSize()
◆ unpack()
static bool Async::MsgPacker< int64_t >::unpack |
( |
std::istream & | is, |
|
|
int64_t & | val ) |
|
inlinestatic |
The documentation for this class was generated from the following file: