Type< T > Member List
This is the complete list of members for Type< T >, including all inherited members.
| description() const | Item | |
| fullTag() const | Item | |
| Integer | Type< T > | friend |
| Item(const Item &other) | Item | |
| Item(const std::string &tag, const std::string &description, Persistent *parent) | Item | |
| Item(Item &&other) | Item | |
| Object | Type< T > | friend |
| operator!=(const Type &rhs) const | Type< T > | inline |
| Item::operator!=(const Item &rhs) const | Item | |
| operator<< | Type< T > | friend |
| operator=(Type &&other) | Type< T > | inline |
| Item::operator=(const Item &other) | Item | |
| Item::operator=(Item &&other) | Item | |
| operator==(const Type &rhs) const | Type< T > | 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 =0 | Item | pure virtual |
| Type(const std::string &tag, const std::string &description, Persistent *parent, const T &value) | Type< T > | inline |
| Type(Type &&other) | Type< T > | inline |
| value(void) | Type< T > | inline |
| value(void) const | Type< T > | inline |
| value_ | Type< T > | protected |
| ValueType typedef | Type< T > | |
| ~Item() | Item | inlinevirtual |