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