#include <WPXPropertyListVector.h>
Classes | |
class | Iter |
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 |
WPXPropertyListVector::WPXPropertyListVector | ( | const WPXPropertyListVector & | vect | ) |
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] |
Referenced by append(), count(), and ~WPXPropertyListVector().