73 keyThings.insert(std::pair < std::string, KeyThing >( theName, *kThing ));
75 return after > before;
105 std::map<std::string, KeyThing >::iterator iterP =
keyThings.find(theName);
108 int max = (iterP->second).getValue();
109 if ( max < posibleMax )
110 (iterP->second).setValue(posibleMax);
123 std::map<std::string, KeyThing >::iterator iterP =
keyThings.find(theName);
128 std::ostringstream genKey;
129 genKey<<kthing.
getPrefix() <<
" " << max;
130 theInputString = genKey.str();
146 std::map<std::string, KeyThing >::iterator iterP =
keyThings.find(theName);
152 if ( max < posibleMax )
158 std::ostringstream genKey;
160 theInputString = genKey.str();
175 std::map<std::string, KeyThing >::iterator iterP =
keyThings.find(theName);
192 std::map<std::string, KeyThing >::iterator iterP =
keyThings.find(theName);
215 std::map<std::string, KeyThing >::iterator iter =
keyThings.begin();