Async 1.7.0
Async::MsgPacker< std::map< Tag, Value > > Class Template Reference

#include <AsyncMsg.h>

Static Public Member Functions

static bool pack (std::ostream &os, const std::map< Tag, Value > &m)
 
static size_t packedSize (const std::map< Tag, Value > &m)
 
static bool unpack (std::istream &is, std::map< Tag, Value > &m)
 
static bool pack (std::ostream &os, const std::map< Tag, Value > &val)
 
static size_t packedSize (const std::map< Tag, Value > &val)
 
static bool unpack (std::istream &is, std::map< Tag, Value > &val)
 

Detailed Description

template<typename Tag, typename Value>
class Async::MsgPacker< std::map< Tag, Value > >

Definition at line 558 of file AsyncMsg.h.

Member Function Documentation

◆ pack() [1/2]

template<typename Tag, typename Value>
static bool Async::MsgPacker< std::map< Tag, Value > >::pack ( std::ostream & os,
const std::map< Tag, Value > & m )
inlinestatic

Definition at line 561 of file AsyncMsg.h.

References Async::MsgPacker< T >::pack().

◆ pack() [2/2]

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

Definition at line 263 of file AsyncMsg.h.

◆ packedSize() [1/2]

template<typename Tag, typename Value>
static size_t Async::MsgPacker< std::map< Tag, Value > >::packedSize ( const std::map< Tag, Value > & m)
inlinestatic

Definition at line 576 of file AsyncMsg.h.

References Async::MsgPacker< T >::packedSize().

◆ packedSize() [2/2]

static size_t Async::MsgPacker< std::map< Tag, Value > >::packedSize ( const std::map< Tag, Value > & val)
inlinestatic

Definition at line 264 of file AsyncMsg.h.

◆ unpack() [1/2]

template<typename Tag, typename Value>
static bool Async::MsgPacker< std::map< Tag, Value > >::unpack ( std::istream & is,
std::map< Tag, Value > & m )
inlinestatic

Definition at line 586 of file AsyncMsg.h.

References Async::MsgPacker< T >::unpack().

◆ unpack() [2/2]

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

Definition at line 265 of file AsyncMsg.h.


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