Async 1.7.0
Async::MsgPacker< double > Class Reference

#include <AsyncMsg.h>

Inheritance diagram for Async::MsgPacker< double >:
Async::Packer64< double >

Static Public Member Functions

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 Public Member Functions inherited from Async::Packer64< double >
static bool pack (std::ostream &os, const double &val)
 
static size_t packedSize (const double &val)
 
static bool unpack (std::istream &is, double &val)
 

Detailed Description

Definition at line 318 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

static bool Async::MsgPacker< double >::pack ( std::ostream & os,
const double & val )
inlinestatic

Definition at line 263 of file AsyncMsg.h.

◆ packedSize()

static size_t Async::MsgPacker< double >::packedSize ( const double & val)
inlinestatic

Definition at line 264 of file AsyncMsg.h.

◆ unpack()

static bool Async::MsgPacker< double >::unpack ( std::istream & is,
double & val )
inlinestatic

Definition at line 265 of file AsyncMsg.h.


The documentation for this class was generated from the following file: