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
data_proxy.h File Reference

The declaration and definition of the DataProxy. More...

#include <Pb/meta_fwd.h>
#include <Pb/length.h>
#include <Pb/type_list.h>
#include <Pb/type_at.h>
#include <Hg/datum/datum.h>
#include <Hg/storage_policy.h>

Go to the source code of this file.

Classes

struct  Hg::detail::DataProxy< datum_trait, kt_idx, format_t >
 A template to adapt all field types to the Datum assignment. More...
 

Namespaces

namespace  Hg
 The MIT License(MIT)


 

Detailed Description

The declaration and definition of the DataProxy.

A parameterized type that abstracts the details between all different types of message fields. This will allow a single message field MACRO to be used when defining fields for message format definitions.

The MIT License(MIT)

Definition in file data_proxy.h.