19 #include "ICSetClassifier.hpp"
20 #include <tobicore/TCException.hpp>
35 if(it != this->_map.end())
44 this->_map[pclr->
GetName()] = pclr;
50 if(it == this->_map.end())
74 return this->Remove(pclr->
GetName());
79 if(it == this->_map.end())
93 return this->Get(pclr->
GetName());
98 return(it != this->_map.end());
103 return(it != this->_map.end());
107 return this->_map.empty();
111 return this->_map.size();
120 while(cit != this->End()) {