String Member List
This is the complete list of members for String, including all inherited members.
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::string > | inline |
Item::operator!=(const Item &rhs) const | Item | |
operator=(const std::string &rhs) | String | |
operator=(String &&other) | String | inline |
Type< std::string >::operator=(Type &&other) | Type< std::string > | inline |
Item::operator=(const Item &other) | Item | |
Item::operator=(Item &&other) | Item | |
operator==(const Type &rhs) const | Type< std::string > | inline |
Item::operator==(const Item &rhs) const | Item | |
parent() const | Item | inline |
parent_ | Item | protected |
setDescription(const std::string &description) | Item | |
setTag(const std::string &tag) | Item | |
setWideDescription(const std::wstring &description) | Item | |
setWideTag(const std::wstring &tag) | Item | |
String(const std::string &tag, const std::string &description, const std::string &value, Persistent *parent=nullptr) | String | inline |
String(String &&other) | String | inline |
tag() const | Item | |
Type(const std::string &tag, const std::string &description, Persistent *parent, const std::string &value) | Type< std::string > | inline |
Type(Type &&other) | Type< std::string > | inline |
type() const override | String | virtual |
value(void) | Type< std::string > | inline |
value(void) const | Type< std::string > | inline |
value_ | Type< std::string > | protected |
ValueType typedef | Type< std::string > | |
~Item() | Item | inlinevirtual |