#include <WPXPropertyList.h>
Inheritance diagram for WPXMapImpl:

Public Member Functions | |
| virtual | ~WPXMapImpl () |
| virtual void | insert (const char *name, WPXProperty *property)=0 |
| virtual const WPXProperty * | operator[] (const char *name) const =0 |
| virtual void | remove (const char *name)=0 |
| virtual void | clear ()=0 |
Friends | |
| class | WPXMapIterImpl |
| virtual WPXMapImpl::~WPXMapImpl | ( | ) | [inline, virtual] |
| virtual void WPXMapImpl::insert | ( | const char * | name, | |
| WPXProperty * | property | |||
| ) | [pure virtual] |
Implemented in WPXStdMapImpl.
| virtual const WPXProperty* WPXMapImpl::operator[] | ( | const char * | name | ) | const [pure virtual] |
Implemented in WPXStdMapImpl.
| virtual void WPXMapImpl::remove | ( | const char * | name | ) | [pure virtual] |
Implemented in WPXStdMapImpl.
| virtual void WPXMapImpl::clear | ( | ) | [pure virtual] |
Implemented in WPXStdMapImpl.
friend class WPXMapIterImpl [friend] |