Collaboration diagram for RunChangeHandlerSvc::CondData:
Public Member Functions | |
CondData (IDataProviderSvc *pService, const std::string &fullPath, const std::string &pathTempl) | |
Public Attributes | |
SmartDataPtr< ValidDataObject > | object |
std::string | pathTemplate |
Definition at line 101 of file RunChangeHandlerSvc.h.
RunChangeHandlerSvc::CondData::CondData | ( | IDataProviderSvc * | pService, | |
const std::string & | fullPath, | |||
const std::string & | pathTempl | |||
) | [inline] |
Definition at line 102 of file RunChangeHandlerSvc.h.
00104 : 00105 object(pService, fullPath), 00106 pathTemplate(pathTempl) {} SmartDataPtr<ValidDataObject> object;
Definition at line 107 of file RunChangeHandlerSvc.h.
std::string RunChangeHandlerSvc::CondData::pathTemplate |
Definition at line 108 of file RunChangeHandlerSvc.h.