Public Member Functions | |
| WPXPropertyListVectorImpl (const std::vector< WPXPropertyList > &_vector) | |
| WPXPropertyListVectorImpl () | |
| void | append (const WPXPropertyList &elem) |
| unsigned long | count () const |
| const WPXPropertyList & | operator[] (unsigned long index) const |
Public Attributes | |
| std::vector< WPXPropertyList > | m_vector |
Friends | |
| class | WPXPropertyListVector |
| WPXPropertyListVectorImpl::WPXPropertyListVectorImpl | ( | const std::vector< WPXPropertyList > & | _vector | ) | [inline] |
| WPXPropertyListVectorImpl::WPXPropertyListVectorImpl | ( | ) | [inline] |
| void WPXPropertyListVectorImpl::append | ( | const WPXPropertyList & | elem | ) | [inline] |
Referenced by WPXPropertyListVector::append().
| unsigned long WPXPropertyListVectorImpl::count | ( | ) | const [inline] |
Referenced by WPXPropertyListVector::count().
| const WPXPropertyList& WPXPropertyListVectorImpl::operator[] | ( | unsigned long | index | ) | const [inline] |
friend class WPXPropertyListVector [friend] |
| std::vector<WPXPropertyList> WPXPropertyListVectorImpl::m_vector |
Referenced by append(), count(), WPXPropertyListVector::operator=(), and operator[]().