19 #include "ICSetClass.hpp"
20 #include <tobicore/TCException.hpp>
21 #include <tobicore/TCTools.hpp>
45 if(it != this->_map.end())
54 this->_map[pclass->
GetLabel()] = pclass;
60 if(it == this->_map.end())
88 return this->Remove(pclass->
GetLabel());
93 if(it == this->_map.end())
102 ICClass* retval = (*it).second;
111 return this->Get(pclass->
GetLabel());
116 return(it != this->_map.end());
125 return(it != this->_map.end());
129 return this->_map.empty();
133 return this->_map.size();
142 while(kit != this->End()) {