Integer Member List
This is the complete list of members for Integer, including all inherited members.
decrement(unsigned int i=1) | Integer | |
description() const | Item | |
fullTag() const | Item | |
increment(unsigned int i=1) | Integer | |
Integer(const std::string &tag, const std::string &description, int value, Persistent *parent=nullptr) | Integer | inline |
Integer(Integer &&other) | Integer | inline |
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< int > | inline |
Item::operator!=(const Item &rhs) const | Item | |
operator=(const int &rhs) | Integer | |
operator=(Integer &&other) | Integer | inline |
Type< int >::operator=(Type &&other) | Type< int > | inline |
Item::operator=(const Item &other) | Item | |
Item::operator=(Item &&other) | Item | |
operator==(const Type &rhs) const | Type< int > | 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 | |
tag() const | Item | |
Type(const std::string &tag, const std::string &description, Persistent *parent, const int &value) | Type< int > | inline |
Type(Type &&other) | Type< int > | inline |
type() const override | Integer | virtual |
value(void) | Type< int > | inline |
value(void) const | Type< int > | inline |
value_ | Type< int > | protected |
ValueType typedef | Type< int > | |
~Item() | Item | inlinevirtual |