#include <VSDStringVector.h>
Public Member Functions | |
VSDStringVector () | |
VSDStringVector (const VSDStringVector &vec) | |
~VSDStringVector () | |
VSDStringVector & | operator= (const VSDStringVector &vec) |
unsigned | size () const |
bool | empty () const |
const WPXString & | operator[] (unsigned idx) const |
void | append (const WPXString &str) |
void | clear () |
Private Attributes | |
VSDStringVectorImpl * | m_pImpl |
libvisio::VSDStringVector::VSDStringVector | ( | ) |
libvisio::VSDStringVector::VSDStringVector | ( | const VSDStringVector & | vec | ) |
libvisio::VSDStringVector::~VSDStringVector | ( | ) |
void libvisio::VSDStringVector::append | ( | const WPXString & | str | ) |
void libvisio::VSDStringVector::clear | ( | ) |
bool libvisio::VSDStringVector::empty | ( | ) | const |
libvisio::VSDStringVector & libvisio::VSDStringVector::operator= | ( | const VSDStringVector & | vec | ) |
const WPXString & libvisio::VSDStringVector::operator[] | ( | unsigned | idx | ) | const |
unsigned libvisio::VSDStringVector::size | ( | ) | const |
|
private |
Referenced by operator=().