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