#include <CoreData.h>
Inheritance diagram for tacpp::Core_data:
Public Member Functions | |
void | zero_all () |
Core_data (const string, const string, CoreAccess *) | |
Core_data (const string, const string, CoreDevice *) | |
Core_data (const string, const string, CoreDebug *) | |
Core_data (const string, const string, CoreManager *) | |
Core_data (const string, const string, CorePool *) | |
Core_data (const string, const string, CoreDb *) | |
Core_data (const string, const string, CoreListener *) | |
Core_data (const string, const string, CoreBundle *) | |
Core_data (const string, const string, CoreBilling *) | |
Core_data (const string, const string, CorePeer *) | |
virtual | ~Core_data () |
string | buildcf () |
virtual string | buildcfstr (int)=0 |
virtual string | applycf (char *const *mask, const string cmdname, const list< string >paramList, Command *cmd=NULL)=0 throw (CmdErr) |
string | buildcf (int, string) |
Public Attributes | |
CoreAccess * | coreAccess |
CoreDevice * | coreDevice |
CoreDebug * | coreDebug |
CoreManager * | coreManager |
CorePool * | corePool |
CoreDb * | coreDb |
CoreListener * | coreListener |
CoreBundle * | coreBundle |
CoreBilling * | coreBilling |
CorePeer * | corePeer |
string | name |
string | descr |
|
CoreAccess constructor |
|
CoreDevice constructor |
|
CoreDebug constructor |
|
CoreManager constructor |
|
CorePool constructor |
|
CoreDb constructor |
|
CoreListener constructor |
|
CoreBundle constructor |
|
CoreBilling constructor |
|
CorePeer constructor |
|
virtual destructor (this is abstract class) |
|
apply config Implemented in tacpp::CoreAccess, tacpp::CoreBilling, tacpp::CoreBundle, tacpp::CoreDb, tacpp::CoreDebug, tacpp::CoreDevice, tacpp::CoreListener, tacpp::CoreManager, tacpp::CorePeer, and tacpp::CorePool. |
|
build configuration for one type |
|
build whole config |
|
build config string Implemented in tacpp::CoreAccess, tacpp::CoreBilling, tacpp::CoreBundle, tacpp::CoreDb, tacpp::CoreDebug, tacpp::CoreDevice, tacpp::CoreListener, tacpp::CoreManager, tacpp::CorePeer, and tacpp::CorePool. |
|
set all ptr to 0 |
|
ptr to access descr |
|
ptr |
|
ptr |
|
ptr |
|
ptr to deb system |
|
ptr to device descr |
|
ptr |
|
ptr |
|
ptr |
|
ptr |
|
description of core component |
|
name of core component |