#include <SvcCatalog.h>
| SvcCatalog::SvcCatalog |
( |
| ) |
|
| SvcCatalog::~SvcCatalog |
( |
| ) |
|
|
virtual |
Definition at line 23 of file SvcCatalog.cpp.
{
{
prop!=cur->second.end(); prop++)
{ if(NULL != *prop){ delete *prop; } }
}
}
Definition at line 36 of file SvcCatalog.cpp.
{
if ( props != 0 ){
props->push_back(property);
}else{
toInsert.push_back(property);
}
}
dump the content of catalog to std::ostream
Definition at line 101 of file SvcCatalog.cpp.
{
{
o <<
"Client '" << iclient->first <<
"'" <<
std::endl ;
props.end() != ip ; ++ip )
{
if ( 0 == p ) { continue ; }
}
}
return o ;
}
Definition at line 90 of file SvcCatalog.cpp.
{
for(result = props->
begin();result!=props->
end();result++){
if(boost::to_lower_copy((*result)->name()) == boost::to_lower_copy(name))
{ return true; }
}
return false;
}
Definition at line 53 of file SvcCatalog.cpp.
{
if (props)
{
{
delete *toRemove;
props->erase(toRemove);
}
}
}
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v24r2/GaudiCoreSvc/src/JobOptionsSvc/SvcCatalog.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v24r2/GaudiCoreSvc/src/JobOptionsSvc/SvcCatalog.cpp