Public Member Functions | |
| WPXMapImpl () | |
| ~WPXMapImpl () | |
| void | insert (const char *name, WPXProperty *property) |
| const WPXProperty * | operator[] (const char *name) const |
| void | remove (const char *name) |
| void | clear () |
Private Attributes | |
| std::map< std::string, WPXProperty * > | m_map |
Friends | |
| class | WPXMapIterImpl |
| WPXMapImpl::WPXMapImpl | ( | ) | [inline] |
| WPXMapImpl::~WPXMapImpl | ( | ) |
| void WPXMapImpl::insert | ( | const char * | name, | |
| WPXProperty * | property | |||
| ) |
| const WPXProperty * WPXMapImpl::operator[] | ( | const char * | name | ) | const |
| void WPXMapImpl::remove | ( | const char * | name | ) |
| void WPXMapImpl::clear | ( | ) |
friend class WPXMapIterImpl [friend] |
std::map<std::string, WPXProperty *> WPXMapImpl::m_map [mutable, private] |