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

Public Types | |
| typedef std::map< std::string, std::vector< std::string > > | CfgProxyNameMap_t |
Public Member Functions | |
| CfgProxy (std::string name, std::string group, CfgConfigurable *cfg) | |
| CfgConfigurable * | GetCfg () |
Static Public Member Functions | |
| CfgProxyNameMap_t | GetRegisteredNames () |
Private Attributes | |
| CfgConfigurable * | fCfg |
Static Private Attributes | |
| CfgProxyNameMap_t | fNames |
Configurable
Contact: bv@bnl.gov
Created on: Thu Aug 22 13:53:56 2002
Definition at line 26 of file CfgProxy.h.
|
|
Definition at line 36 of file CfgProxy.h. Referenced by GetRegisteredNames(). |
|
||||||||||||||||
|
Definition at line 30 of file CfgProxy.h. 00031 : NamedProxy(name,group), fCfg(cfg) { fNames[group].push_back(name); }
|
|
|
Definition at line 34 of file CfgProxy.h. Referenced by main(). 00034 { return fCfg; }
|
|
|
Definition at line 37 of file CfgProxy.h. References CfgProxyNameMap_t. 00037 { return fNames; }
|
|
|
Definition at line 40 of file CfgProxy.h. Referenced by CfgProxy(). |
|
|
Definition at line 3 of file CfgProxy.cxx. Referenced by CfgProxy(). |
1.3.9.1