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