StringVector Member List
This is the complete list of members for StringVector, including all inherited members.
| at(std::size_t index) const | TypeVector< std::string > | |
| description() const | Item | |
| fullTag() const | Item | |
| Item(const Item &other) | Item | |
| Item(const std::string &tag, const std::string &description, Persistent *parent) | Item | |
| Item(Item &&other) | Item | |
| operator!=(const Type &rhs) const | Type< std::vector< std::string > > | inline |
| Item::operator!=(const Item &rhs) const | Item | |
| operator=(StringVector &&other) | StringVector | |
| TypeVector< std::string >::operator=(TypeVector &&other) | TypeVector< std::string > | inline |
| Type< std::vector< std::string > >::operator=(Type &&other) | Type< std::vector< std::string > > | inline |
| Item::operator=(const Item &other) | Item | |
| Item::operator=(Item &&other) | Item | |
| operator==(const Type &rhs) const | Type< std::vector< std::string > > | inline |
| Item::operator==(const Item &rhs) const | Item | |
| operator[](std::size_t index) | TypeVector< std::string > | |
| parent() const | Item | inline |
| parent_ | Item | protected |
| resize(std::size_t count) | TypeVector< std::string > | inlinevirtual |
| set(const std::string &value) | TypeVector< std::string > | inline |
| setDescription(const std::string &description) | Item | |
| setTag(const std::string &tag) | Item | |
| setWideDescription(const std::wstring &description) | Item | |
| setWideTag(const std::wstring &tag) | Item | |
| size(void) const | TypeVector< std::string > | inline |
| StringVector(const std::string &tag, const std::string &description, int count, const std::string &value, Persistent *parent=nullptr) | StringVector | |
| StringVector(StringVector &&other) | StringVector | |
| tag() const | Item | |
| Type(const std::string &tag, const std::string &description, Persistent *parent, const std::vector< std::string > &value) | Type< std::vector< std::string > > | inline |
| Type(Type &&other) | Type< std::vector< std::string > > | inline |
| type() const override | StringVector | virtual |
| TypeVector(const std::string &tag, const std::string &description, Persistent *parent, int count, const std::string &value) | TypeVector< std::string > | inline |
| TypeVector(TypeVector &&other) | TypeVector< std::string > | inline |
| value(void) | Type< std::vector< std::string > > | inline |
| value(void) const | Type< std::vector< std::string > > | inline |
| value_ | Type< std::vector< std::string > > | protected |
| ValueType typedef | Type< std::vector< std::string > > | |
| ~Item() | Item | inlinevirtual |