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

A packet buffer structure suitable for processing network and interprocess communication messages. More...

#include <Pb/meta_fwd.h>
#include <Pb/byte_order.h>
#include <Pb/meta_foreach.h>
#include <Hg/storage_policy.h>
#include <cstddef>
#include <algorithm>

Go to the source code of this file.

Classes

class  Hg::MsgBuffer< StorageT >
 MsgBuffer Template Definition. This abstracts the behavior of the buffer with respect to the Byte-Order of the message. More...
 

Namespaces

namespace  Hg
 The MIT License(MIT)


 

Detailed Description

A packet buffer structure suitable for processing network and interprocess communication messages.

The MIT License(MIT)

Definition in file msg_buffer.h.