Persistent Member List
This is the complete list of members for Persistent, including all inherited members.
| created_at(void) const | Persistent | |
| description() const | Item | |
| fullTag() const | Item | |
| getId(void)=0 | Persistent | pure virtual |
| id(void) const | Persistent | |
| insert(Persistency *persistency) const =0 | Persistent | pure virtual |
| Item(const Item &other) | Item | |
| Item(const std::string &tag, const std::string &description, Persistent *parent) | Item | |
| Item(Item &&other) | Item | |
| Node | Persistent | friend |
| operator!=(const Item &rhs) const | Item | |
| operator=(const Persistent &) | Persistent | |
| operator=(Persistent &&other) | Persistent | |
| Item::operator=(const Item &other) | Item | |
| Item::operator=(Item &&other) | Item | |
| operator==(const Item &rhs) const | Item | |
| parent() const | Item | inline |
| parent_ | Item | protected |
| parentId(void) const | Persistent | |
| Persistent(const std::string &tag, const std::string &description, Persistent *parent, uint32_t id) | Persistent | |
| Persistent(const Persistent &) | Persistent | |
| Persistent(Persistent &&other) | Persistent | |
| range(void) const =0 | Persistent | pure virtual |
| remove(Persistency *persistency) const =0 | Persistent | pure virtual |
| restore(Persistency *persistency)=0 | Persistent | pure virtual |
| rootId(void) const =0 | Persistent | pure virtual |
| 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 |
| update(Persistency *persistency) const =0 | Persistent | pure virtual |
| updated_at(void) const | Persistent | |
| updated_at(double u) const | Persistent | |
| uuid(void) const | Persistent | |
| ~Item() | Item | inlinevirtual |
| ~Persistent(void) | Persistent | inline |