fix8
version 1.4.0
Open Source C++ FIX Framework
|
f8c compilation context. More...
#include <f8c.hpp>
Public Types | |
enum | OutputFile { types_cpp, types_hpp, traits_cpp, classes_cpp, classes_hpp, router_hpp, session_hpp, count } |
using | Output = std::pair< std::pair< std::string, std::string >, std::ostream * > |
Public Attributes | |
Output | _out [count] |
unsigned | _version |
std::string | _clname |
std::string | _fixns |
std::string | _systemns |
std::string | _beginstr |
Static Public Attributes | |
static const std::string | _exts [count] |
static const std::string | _exts_ver [2] { "pp", "xx" } |
using FIX8::Ctxt::Output = std::pair<std::pair<std::string, std::string>, std::ostream *> |
Enumerator | |
---|---|
types_cpp | |
types_hpp | |
traits_cpp | |
classes_cpp | |
classes_hpp | |
router_hpp | |
session_hpp | |
count |
Definition at line 47 of file f8c.hpp.
std::string FIX8::Ctxt::_beginstr |
Definition at line 53 of file f8c.hpp.
Referenced by load_fix_version(), main(), and process().
std::string FIX8::Ctxt::_clname |
Definition at line 53 of file f8c.hpp.
Referenced by load_fix_version(), and process().
|
static |
|
static |
std::string FIX8::Ctxt::_fixns |
Definition at line 53 of file f8c.hpp.
Referenced by load_fix_version(), main(), and process().
std::string FIX8::Ctxt::_systemns |
Definition at line 53 of file f8c.hpp.
Referenced by load_fix_version().
unsigned FIX8::Ctxt::_version |
Definition at line 52 of file f8c.hpp.
Referenced by load_fix_version(), main(), and process().