OpenEnroth 52af553
Loading...
Searching...
No Matches
Inventory Member List

This is the complete list of members for Inventory, including all inherited members.

_capacityInventoryprivate
_equipmentInventoryprivate
_gridInventoryprivate
_gridSizeInventoryprivate
_recordsInventoryprivate
_sizeInventoryprivate
add(Pointi position, const Item &item)Inventory
add(const Item &item)Inventory
addAt(Pointi position, const Item &item, int index)Inventoryprivate
availableRecords(this auto &&self)Inventoryinlineprivate
canAdd(Pointi position, Sizei size) constInventory
canAdd(Pointi position, const Item &item) constInventoryinline
canAdd(Sizei size) constInventory
canAdd(const Item &item) constInventoryinline
canEquip(ItemSlot slot) constInventory
canStash() constInventory
capacity() constInventoryinline
checkInvariants() constInventoryprivate
clear()Inventory
entries(this auto &&self)Inventoryinline
entry(Pointi position)Inventory
entry(Pointi position) constInventoryinline
entry(ItemSlot slot)Inventory
entry(ItemSlot slot) constInventoryinline
entry(int index)Inventory
entry(int index) constInventoryinline
equip(ItemSlot slot, const Item &item)Inventory
equipAt(ItemSlot slot, const Item &item, int index)Inventoryprivate
find(ItemId itemId)Inventory
find(ItemId itemId) constInventoryinline
findFreeIndex() constInventoryprivate
findSpace(Sizei size) constInventory
findSpace(const Item &item) constInventoryinline
gridRect() constInventoryinline
gridSize() constInventoryinline
Inventory(Sizei gridSize, int capacity)Inventoryexplicit
Inventory()Inventoryinline
InventoryConstEntryInventoryfriend
isGridFree(Pointi position, Sizei size) constInventoryprivate
items(this auto &&self)Inventoryinline
items(this auto &&self, ItemId itemId)Inventoryinline
MAX_ITEMSInventorystatic
reconstructInventoryfriend
reconstructInventoryfriend
size() constInventoryinline
snapshotInventoryfriend
snapshotInventoryfriend
stash(const Item &item)Inventory
stashAt(const Item &item, int index)Inventoryprivate
take(InventoryEntry entry)Inventory
tryAdd(Pointi position, const Item &item)Inventory
tryAdd(const Item &item)Inventory
tryEquip(ItemSlot slot, const Item &item)Inventory
tryStash(const Item &item)Inventory