27 #include "../../../common/Exception.h" 28 #include "../../../common/STLUtils.h" 29 #include "../../../core/translator/Translator.h" 39 assert(!name.empty());
60 std::map<std::string, Symbol*>::iterator it =
m_symbolMap.find(
id);
70 std::map<std::string, Symbol*>::const_iterator it =
m_symbolMap.find(
id);
78 std::pair<std::map<std::string, te::qt::widgets::Symbol*>::const_iterator,
81 return std::pair<std::map<std::string, Symbol*>::const_iterator,
This class represents a symbol.
#define TE_TR(message)
It marks a string in order to get translated.
This class represents a library of symbols.
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
void FreeContents(boost::unordered_map< K, V * > &m)
This function can be applied to a map of pointers. It will delete each pointer in the map...