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 |
|
|
|
|
|
Implements WPXMapImpl. |
|
Implements WPXMapImpl. |
|
Implements WPXMapImpl. |
|
Implements WPXMapImpl. |
|
|
|
|