rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
hello::DataContext Class Reference

#include <dataContext.hpp>

Public Member Functions

 DataContext (Config &config, rad::DbAdapter &db_adapter)
 
virtual ~DataContext ()
 
void ReloadConfig ()
 
void DbUpdate ()
 
DbInterfaceGetDbInterface ()
 
 DataContext (const DataContext &)=delete
 
DataContextoperator= (const DataContext &)=delete
 Disable copy constructor. More...
 
 DataContext (Config &config, rad::DbAdapter &db_adapter)
 
virtual ~DataContext ()
 
void ReloadConfig ()
 
void DbUpdate ()
 
DbInterfaceGetDbInterface ()
 
 DataContext (const DataContext &)=delete
 
DataContextoperator= (const DataContext &)=delete
 Disable copy constructor. More...
 

Detailed Description

This class provide access to the application run-time data including the in-memory DB.

Constructor & Destructor Documentation

hello::DataContext::DataContext ( Config config,
rad::DbAdapter db_adapter 
)

This constructor uses the application configuration to initialize the adapter object to the in-memory DB. The DB adapter is then used to initialize the DB interface object that can be used to access the DB key-value pairs.

Parameters
[in]configReference to the application configuration.
hello::DataContext::~DataContext ( )
virtual

Destructor

hello::DataContext::DataContext ( const DataContext )
delete
hello::DataContext::DataContext ( Config config,
rad::DbAdapter db_adapter 
)
virtual hello::DataContext::~DataContext ( )
virtual
hello::DataContext::DataContext ( const DataContext )
delete

Member Function Documentation

void hello::DataContext::DbUpdate ( )

Try to connect to the DB and update the application configuration.

void hello::DataContext::DbUpdate ( )
DbInterface& hello::DataContext::GetDbInterface ( )
DbInterface & hello::DataContext::GetDbInterface ( )
Returns
A reference to the DB interface object.
DataContext& hello::DataContext::operator= ( const DataContext )
delete

Disable copy constructor.

DataContext& hello::DataContext::operator= ( const DataContext )
delete

Disable copy constructor.

void hello::DataContext::ReloadConfig ( )

Reload the configuration from file and reconnect to the in-memory DB.

void hello::DataContext::ReloadConfig ( )

The documentation for this class was generated from the following files: