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