#include <cdiDataHandle.h>
Inheritance diagram for cdiDataHandle:


Public Member Functions | |
| cdiDataHandle (int verbosity, const IPCPartition &partition) | |
| void | getConfig (std::vector< std::string > &names) |
| void | process_data (const std::string &name, ISCallbackInfo *isc) |
| void | storeObject (const std::string &name, ISInfoAny &isa) |
| std::string | getConfName () |
Static Public Attributes | |
| static const std::string | configuration_name |
Private Member Functions | |
| std::string | getProfile () |
| void | init (const std::string &profile) |
| void | create_folder (const std::string &name, ISInfoAny &isa) |
| void | add_table (ICondDBTable *table, const std::string &name) |
| bool | is_table_exist (const std::string &name) |
Private Attributes | |
| IPCPartition | partition |
| cdiAux | mout |
| ICondDBMgr * | condDBmgr |
| ICondDBDataAccess * | condDataAccess |
| ICondDBFolderMgr * | condFolderMgr |
| std::map< ISType::Basic, ICondDBTable::cdb_types > | types |
| std::map< ISType::Basic, ICondDBTable::cdb_types > | a_types |
| std::map< std::string, ICondDBTable * > | tables |
Definition at line 28 of file cdiDataHandle.h.
1.4.6