Kea
1.9.9-git
|
Context RAII Allocator. More...
#include <pgsql_host_data_source.h>
Public Member Functions | |
PgSqlHostContextAlloc (PgSqlHostDataSourceImpl &mgr) | |
Constructor. More... | |
~PgSqlHostContextAlloc () | |
Destructor. More... | |
Public Attributes | |
PgSqlHostContextPtr | ctx_ |
The context. More... | |
Context RAII Allocator.
Definition at line 525 of file pgsql_host_data_source.h.
isc::dhcp::PgSqlHostDataSource::PgSqlHostContextAlloc::PgSqlHostContextAlloc | ( | PgSqlHostDataSourceImpl & | mgr | ) |
Constructor.
This constructor takes a context of the pool if one is available or creates a new one.
mgr | A parent instance |
Definition at line 2183 of file pgsql_host_data_source.cc.
References isc::dhcp::PgSqlHostDataSourceImpl::createContext(), ctx_, isc_throw, and isc::dhcp::PgSqlHostDataSourceImpl::pool_.
isc::dhcp::PgSqlHostDataSource::PgSqlHostContextAlloc::~PgSqlHostContextAlloc | ( | ) |
Destructor.
This destructor puts back the context in the pool.
Definition at line 2208 of file pgsql_host_data_source.cc.
PgSqlHostContextPtr isc::dhcp::PgSqlHostDataSource::PgSqlHostContextAlloc::ctx_ |
The context.
Definition at line 542 of file pgsql_host_data_source.h.
Referenced by isc::dhcp::PgSqlHostDataSource::add(), isc::dhcp::PgSqlHostDataSource::commit(), isc::dhcp::PgSqlHostDataSource::del(), isc::dhcp::PgSqlHostDataSource::del4(), isc::dhcp::PgSqlHostDataSource::del6(), isc::dhcp::PgSqlHostDataSource::get4(), isc::dhcp::PgSqlHostDataSource::get6(), isc::dhcp::PgSqlHostDataSource::getAll(), isc::dhcp::PgSqlHostDataSource::getAll4(), isc::dhcp::PgSqlHostDataSource::getAll6(), isc::dhcp::PgSqlHostDataSource::getAllbyHostname(), isc::dhcp::PgSqlHostDataSource::getAllbyHostname4(), isc::dhcp::PgSqlHostDataSource::getAllbyHostname6(), isc::dhcp::PgSqlHostDataSource::getName(), isc::dhcp::PgSqlHostDataSource::getPage4(), isc::dhcp::PgSqlHostDataSource::getPage6(), PgSqlHostContextAlloc(), and isc::dhcp::PgSqlHostDataSource::rollback().