Item Member List
This is the complete list of members for Item, 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 | |
Node | Item | friend |
operator!=(const Item &rhs) const | Item | |
operator=(const Item &other) | Item | |
operator=(Item &&other) | 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 =0 | Item | pure virtual |
~Item() | Item | inlinevirtual |