fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <set>
Go to the source code of this file.
Classes | |
struct | FIX8::FieldTrait |
Used for static trait interrogation. More... | |
struct | FIX8::FieldTrait::Compare |
Binary comparitor functor. More... | |
struct | FIX8::FieldTrait::PosCompare |
Binary position comparitor functor. More... | |
struct | FIX8::FieldTrait_Hash_Array |
Fast index lookup for FieldTrait. More... | |
class | FIX8::presorted_set< unsigned short, FieldTrait, FieldTrait::Compare > |
class | FIX8::FieldTraits |
A collection of FieldTraits for a message. Which fields are required, which are present. More... | |
Namespaces | |
FIX8 | |
Typedefs | |
using | FIX8::Presence = presorted_set< unsigned short, FieldTrait, FieldTrait::Compare > |
Functions | |
F8API std::ostream & | FIX8::operator<< (std::ostream &os, const FieldTrait &what) |
F8API std::ostream & | FIX8::operator<< (std::ostream &os, const FieldTraits &what) |