fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <map>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | FIX8::_pair< Key, Val > |
Pair abstraction for use with GeneratedTable. More... | |
struct | FIX8::_pair< const char *, Val > |
Partial specialisation of Pair abstraction for use with GeneratedTable. More... | |
class | FIX8::GeneratedTable< Key, Val > |
Fast map for statically generated data types. Assumes table is sorted. Complexity is O(logN). More... | |
class | FIX8::presorted_set< K, T, Comp > |
struct | FIX8::Type2Type< T, args > |
Type2Type idiom. Variadic template version. Kudos to Andrei Alexandrescu. More... | |
struct | FIX8::null_insert |
Template provides insert operator that inserts nothing. More... | |
Namespaces | |
FIX8 | |
Typedefs | |
using | FIX8::f8String = std::string |
using | FIX8::fp_type = double |
Enumerations | |
enum | FIX8::ProcessModel { FIX8::pm_thread, FIX8::pm_pipeline, FIX8::pm_coro, FIX8::pm_count } |
Supported session process models. More... | |
Functions | |
const unsigned char | FIX8::default_field_separator (0x1) |
default FIX field separator (^A) More... | |
const unsigned char | FIX8::default_assignment_separator ('=') |
default FIX assignment separator (=) More... | |