Public Member Functions | |
RVNGPropertyListVectorImpl (const std::vector< RVNGPropertyList > &_vector) | |
RVNGPropertyListVectorImpl () | |
void | append (const RVNGPropertyList &elem) |
unsigned long | count () const |
bool | empty () const |
void | clear () |
const RVNGPropertyList & | operator[] (unsigned long index) const |
Public Attributes | |
std::vector< RVNGPropertyList > | m_vector |
librevenge::RVNGPropertyListVectorImpl::RVNGPropertyListVectorImpl | ( | const std::vector< RVNGPropertyList > & | _vector | ) | [inline] |
void librevenge::RVNGPropertyListVectorImpl::append | ( | const RVNGPropertyList & | elem | ) | [inline] |
Referenced by librevenge::RVNGPropertyListVector::append().
void librevenge::RVNGPropertyListVectorImpl::clear | ( | ) | [inline] |
Referenced by librevenge::RVNGPropertyListVector::clear().
unsigned long librevenge::RVNGPropertyListVectorImpl::count | ( | ) | const [inline] |
Referenced by librevenge::RVNGPropertyListVector::count().
bool librevenge::RVNGPropertyListVectorImpl::empty | ( | ) | const [inline] |
Referenced by librevenge::RVNGPropertyListVector::empty().
const RVNGPropertyList& librevenge::RVNGPropertyListVectorImpl::operator[] | ( | unsigned long | index | ) | const [inline] |