Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
unpack_stream.h File Reference

A specialization to unpack the bytes from an input stream. More...

#include <sstream>

Go to the source code of this file.

Namespaces

namespace  Hg
 The MIT License(MIT)


 

Functions

template<typename T >
void Hg::detail::unpack_stream_dynamic (std::istream &is, T &msg)
 Reads the values of a message into an istream object for a dynamic buffer. More...
 
template<typename T >
void Hg::detail::unpack_stream_static (std::istream &is, T &msg)
 Reads the values of a message from an istream object. More...
 

Detailed Description

A specialization to unpack the bytes from an input stream.

The MIT License(MIT)

Definition in file unpack_stream.h.