15 if ( slash != std::string::npos ) {
26 if ( slash == std::string::npos ) {
50 if ( propName.empty() ) {
66 itEnd = myTypesAndNamesList.
end();
67 for ( ; it != itEnd; ++it ) {
78 itEnd = baseArray.
end();
79 for ( ; it != itEnd; ++it ) theList.
push_back( ((*it)->*pMemFunc)() );
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 +
" = ";