15 if ( slash != std::string::npos ) {
26 if ( slash == std::string::npos ) {
50 if ( propName.empty() ) {
65 std::vector< std::string >::const_iterator it = myTypesAndNamesList.begin(),
66 itEnd = myTypesAndNamesList.end();
67 for ( ; it != itEnd; ++it ) {
73 const std::vector< std::string >
75 std::vector< std::string > theList;
77 GaudiHandleArrayBase::ConstBaseHandleArray::const_iterator it = baseArray.begin(),
78 itEnd = baseArray.end();
79 for ( ; it != itEnd; ++it ) theList.push_back( ((*it)->*pMemFunc)() );
102 std::vector< std::string >::const_iterator it = theList.begin(),
103 itEnd = theList.end(), itLast = itEnd - 1;
104 for ( ; it != itEnd; ++it ) {
105 repr +=
"'" + *it +
"'";
106 if ( it != itLast ) repr +=
",";
119 if ( !propName.empty() ) msg += propName +
" = ";