Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
detail Directory Reference

Files

file  message_byte_order_detail.h [code]
 Internal details for the implementation of byte-order conversion of messages.
 
file  message_dynamic_detail.h [code]
 Internal details for the implementation of a dynamic message size query.
 
file  pack_array.h [code]
 The implementation to pack a fixed-size array into a Hg Message buffer.
 
file  pack_message_detail.h [code]
 The primary implementation templates for packing Hg Message buffers. Specializations for more complex types such as nested messages and vectors depend upon the constructs in this header.
 
file  pack_nested.h [code]
 Packs a nested message field into Hg Message buffer.
 
file  pack_packed_bits.h [code]
 Packs a packed-bits message field into Hg Message buffer.
 
file  pack_vector.h [code]
 The implementation to pack dynamically sized field in a message buffer.
 
file  unpack_array.h [code]
 A specialization to unpack a raw buffer of bytes into an array.
 
file  unpack_message_detail.h [code]
 
file  unpack_nested.h [code]
 Unpacks the bytes from a raw memory buffer into a nested message field.
 
file  unpack_stream.h [code]
 A specialization to unpack the bytes from an input stream.
 
file  unpack_vector.h [code]
 Unpacks the bytes from a raw memory buffer into a dynamically sized vector field.