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