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

Provides utility functions related to messages with dynamic fields. More...

#include <Hg/detail/message_dynamic_detail.h>

Go to the source code of this file.

Namespaces

namespace  Hg
 The MIT License(MIT)


 

Functions

template<typename T >
size_t Hg::dynamic_size_of (const T &msg)
 Query for the amount of dynamic memory required by a specified Hg::basic_msg. More...
 
template<typename MsgT , typename StorageT >
size_t Hg::dynamic_size_of (const basic_msg< MsgT, StorageT > &msg)
 Reports the total size of the dynamic buffers required for this message.
 

Detailed Description

Provides utility functions related to messages with dynamic fields.

The MIT License(MIT)

Definition in file message_dynamic.h.