|
hlcc 2.0.0-beta2+pre1
|
#include <dataContext.hpp>
Public Member Functions | |
| DataContext () | |
| virtual | ~DataContext () |
| void | ReloadConfig () override |
| Config & | GetConfig () override |
| void | UpdateDb () override |
| OldbInterface & | GetOldbInterface () override |
| DataContext (const DataContext &)=delete | |
| DataContext & | operator= (const DataContext &)=delete |
| Disable copy constructor. | |
This class provide access to the application run-time data including the in-memory DB.
| hlcc::telif::DataContext::DataContext | ( | ) |
Default Constructor
|
virtual |
Destructor
|
delete |
|
override |
|
delete |
Disable copy constructor.
|
override |
Reload the configuration from file.
|
override |
Try to connect to the OLDB and update the application configuration.