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)
 

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()

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().

◆ packedSize()

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().

◆ unpack()

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().


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