Async 1.5.0
Static Public Member Functions | List of all members
Async::MsgPacker< std::vector< I > > Class Template Reference

#include <AsyncMsg.h>

Static Public Member Functions

static bool pack (std::ostream &os, const std::vector< I > &vec)
 
static size_t packedSize (const std::vector< I > &vec)
 
static bool unpack (std::istream &is, std::vector< I > &vec)
 

Detailed Description

template<typename I>
class Async::MsgPacker< std::vector< I > >

Definition at line 446 of file AsyncMsg.h.

Member Function Documentation

◆ pack()

template<typename I >
static bool Async::MsgPacker< std::vector< I > >::pack ( std::ostream &  os,
const std::vector< I > &  vec 
)
inlinestatic

Definition at line 449 of file AsyncMsg.h.

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

◆ packedSize()

template<typename I >
static size_t Async::MsgPacker< std::vector< I > >::packedSize ( const std::vector< I > &  vec)
inlinestatic

Definition at line 465 of file AsyncMsg.h.

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

◆ unpack()

template<typename I >
static bool Async::MsgPacker< std::vector< I > >::unpack ( std::istream &  is,
std::vector< I > &  vec 
)
inlinestatic

Definition at line 475 of file AsyncMsg.h.

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


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