27 #include "../../../common/STLUtils.h" 28 #include "../../../se/Symbolizer.h" 39 for(std::size_t i = 0; i < rhs.
m_symbs.size(); ++i)
101 m_symbs.erase(m_symbs.begin() + i);
106 assert(first <
m_symbs.size());
107 assert(second <
m_symbs.size());
This class represents a symbol.
A Symbolizer describes how a feature is to appear on a map.
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...