|
typedef CSimpleClassFactoryImpl< I_DriverContext, CTLibContext > | TParent |
|
typedef CTLibContext | TImplementation |
|
typedef I_DriverContext | TInterface |
|
typedef IClassFactory< I_DriverContext > | TParent |
|
typedef TParent::SDriverInfo | TDriverInfo |
|
typedef TParent::TDriverList | TDriverList |
|
typedef I_DriverContext | TInterface |
|
typedef ncbi::SDriverInfo | SDriverInfo |
|
typedef ncbi::TDriverList | TDriverList |
|
typedef CDefaultDriverVersion< I_DriverContext > | TDefaultDriverVersion |
|
static const CVersionInfo & | GetDefaultDrvVers (void) |
|
string | GetParam (const TPluginManagerParamTree *params, const string ¶m_name, bool mandatory, const string &default_value) const |
| Utility function to get an element of parameter tree Throws an exception when mandatory parameter is missing (or returns the deafult value) More...
|
|
const string & | GetParam (const TPluginManagerParamTree *params, const string ¶m_name, bool mandatory) const |
| This version always defaults to the empty string so that it can safely return a reference. More...
|
|
int | GetParamInt (const TPluginManagerParamTree *params, const string ¶m_name, bool, int default_value) const |
| Utility function to get an integer of parameter tree Throws an exception when mandatory parameter is missing (or returns the deafult value) More...
|
|
Uint8 | GetParamDataSize (const TPluginManagerParamTree *params, const string ¶m_name, bool, unsigned int default_value) const |
| Utility function to get an integer of parameter tree Throws an exception when mandatory parameter is missing (or returns the deafult value) More...
|
|
bool | GetParamBool (const TPluginManagerParamTree *params, const string ¶m_name, bool, bool default_value) const |
| Utility function to get an bool of parameter tree Throws an exception when mandatory parameter is missing (or returns the deafult value) More...
|
|
double | GetParamDouble (const TPluginManagerParamTree *params, const string ¶m_name, bool, double default_value) const |
| Utility function to get a double of parameter tree Throws an exception when mandatory parameter is missing (or returns the default value) More...
|
|
string | GetParam (const string &driver_name, const TPluginManagerParamTree *params, const string ¶m_name, bool mandatory, const string &default_value) const |
| Utility function to get an element of parameter tree Throws an exception when mandatory parameter is missing (or returns the default value) More...
|
|
const string & | GetParam (const string &driver_name, const TPluginManagerParamTree *params, const string ¶m_name, bool mandatory) const |
| This version always defaults to the empty string so that it can safely return a reference. More...
|
|
CVersionInfo | m_DriverVersionInfo |
|
string | m_DriverName |
|
Definition at line 1870 of file context.cpp.