OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
InitializationSettings Class Reference

Public Member Functions

 InitializationSettings ()
 ~InitializationSettings ()
const std::string & licenseStore () const
void licenseStore (const std::string &value)

Detailed Description

Definition at line 30 of file Initialization.h.

Constructor & Destructor Documentation

◆ InitializationSettings()

Initializes settings with default values.

Definition at line 35 of file Initialization.h.

◆ ~InitializationSettings()

Cleans up all resources.

Definition at line 41 of file Initialization.h.

Member Function Documentation

◆ licenseStore() [1/2]

const std::string & licenseStore ( ) const
inline

Path to the folder where license manager should look for a valid license.

Note
The default value is "./".

Definition at line 52 of file Initialization.h.

◆ licenseStore() [2/2]

void licenseStore ( const std::string & value)
inline

Updates path to the folder where license manager should look for a valid license.

Definition at line 60 of file Initialization.h.