fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::Minst Class Reference

Structures for framework generated message creation and static trait interrogation. More...

#include <message.hpp>

Classes

struct  _gen
 

Public Member Functions

template<typename T , typename... args>
 Minst (Type2Type< T, args...>)
 

Public Attributes

std::function< Message *(bool)> _do
 

Detailed Description

Structures for framework generated message creation and static trait interrogation.

Definition at line 144 of file message.hpp.

Constructor & Destructor Documentation

template<typename T , typename... args>
FIX8::Minst::Minst ( Type2Type< T, args...>  )
inline

Ctor

Template Parameters
Ttype to instantiate

Definition at line 184 of file message.hpp.

184  : _do(_gen::_make<T, args...>)
185 #if defined FIX8_HAVE_EXTENDED_METADATA
186  , _get_traits(_gen::_make_traits<T, args...>)
187 #endif
188  {}
std::function< Message *(bool)> _do
Definition: message.hpp:176

Member Data Documentation


The documentation for this class was generated from the following file: