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 | |||
) |
Referenced by WPXPropertyList::insert().
const WPXProperty * WPXMapImpl::operator[] | ( | const char * | name | ) | const |
void WPXMapImpl::remove | ( | const char * | name | ) |
Referenced by WPXPropertyList::remove().
void WPXMapImpl::clear | ( | ) |
Referenced by WPXPropertyList::clear().
friend class WPXMapIterImpl [friend] |
std::map<std::string, WPXProperty *> WPXMapImpl::m_map [mutable, private] |
Referenced by clear(), insert(), operator[](), remove(), WPXMapIterImpl::WPXMapIterImpl(), and ~WPXMapImpl().