OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
Settings.h File Reference

Go to the source code of this file.

Classes

class  SessionSettings

Namespaces

namespace  Samples

Functions

SessionSettings fillSettings (const LogonConfiguration &logonCfg, const ConnectivityConfiguration &connCfg, const SettingsConfiguration &settingsCfg)
void fillSettings (SessionSettings &settings, const StorageConfigurationBase &cfg)
template<typename Config>
void fillStorageSettings (SessionSettings &settings, const Config &cfg, typename std::enable_if< std::is_base_of< StorageConfigurationBase, Config >::value, void * >::type=nullptr)
template<typename Config>
void fillStorageSettings (SessionSettings &, const Config &, typename std::enable_if<!std::is_base_of< StorageConfigurationBase, Config >::value, void * >::type=nullptr)
template<typename Config>
void fillBenchmarkSettings (SessionSettings &settings, const Config &, typename std::enable_if< std::is_base_of< BenchmarkConfiguration, Config >::value, void * >::type=nullptr)
template<typename Config>
void fillBenchmarkSettings (SessionSettings &settings, const Config &, typename std::enable_if<!std::is_base_of< BenchmarkConfiguration, Config >::value, void * >::type=nullptr)
template<typename AppCfg>
SessionSettings fillSettings (const AppCfg &cfg)