This is the complete list of members for Inventory, including all inherited members.
addItem(const std::string &listname, const ItemStack &newitem) | Inventory | inline |
addList(const std::string &name, u32 size) | Inventory | |
checkModified() const | Inventory | inline |
clear() | Inventory | |
deleteList(const std::string &name) | Inventory | |
deSerialize(std::istream &is) | Inventory | |
getList(const std::string &name) | Inventory | |
getList(const std::string &name) const | Inventory | |
getListIndex(const std::string &name) const | Inventory | private |
getLists() const | Inventory | inline |
Inventory(IItemDefManager *itemdef) | Inventory | |
Inventory(const Inventory &other) | Inventory | |
m_dirty | Inventory | private |
m_itemdef | Inventory | private |
m_lists | Inventory | private |
operator!=(const Inventory &other) const | Inventory | inline |
operator=(const Inventory &other) | Inventory | |
operator==(const Inventory &other) const | Inventory | |
serialize(std::ostream &os, bool incremental=false) const | Inventory | |
setModified(bool dirty=true) | Inventory | inline |
~Inventory() | Inventory |