#include <WPXPropertyListVector.h>
Public Member Functions | |
| WPXPropertyListVector (const WPXPropertyListVector &) | |
| WPXPropertyListVector () | |
| virtual | ~WPXPropertyListVector () |
| virtual void | append (const WPXPropertyList &elem) |
| virtual size_t | count () const |
Private Member Functions | |
| WPXPropertyListVector & | operator= (WPXPropertyListVector &) |
Private Attributes | |
| WPXPropertyListVectorImpl * | m_impl |
Friends | |
| class | WPXPropertyListVector::Iter |
Classes | |
| class | Iter |
| WPXPropertyListVector::WPXPropertyListVector | ( | const WPXPropertyListVector & | vect | ) |
| WPXPropertyListVector::WPXPropertyListVector | ( | ) |
| WPXPropertyListVector::~WPXPropertyListVector | ( | ) | [virtual] |
| void WPXPropertyListVector::append | ( | const WPXPropertyList & | elem | ) | [virtual] |
| size_t WPXPropertyListVector::count | ( | ) | const [virtual] |
| WPXPropertyListVector& WPXPropertyListVector::operator= | ( | WPXPropertyListVector & | ) | [private] |
friend class WPXPropertyListVector::Iter [friend] |