| AcceptFn typedef | eve::inventory::InventorySystem | |
| addItem(Bag *bag, const std::string &itemId, int quantity) | eve::inventory::InventorySystem | static |
| canAdd(Bag *bag, const std::string &itemId, int quantity, std::string *reason=nullptr) | eve::inventory::InventorySystem | static |
| CapacityFn typedef | eve::inventory::InventorySystem | |
| ChangeHook typedef | eve::inventory::InventorySystem | |
| clearBag(Bag *bag) | eve::inventory::InventorySystem | static |
| clearEvents() | eve::inventory::InventorySystem | static |
| countItem(const Bag *bag, const std::string &itemId) | eve::inventory::InventorySystem | static |
| ensureBuiltins() | eve::inventory::InventorySystem | static |
| equipFromBag(EquipmentSet *eq, const std::string &equipSlot, Bag *bag, int bagSlot) | eve::inventory::InventorySystem | static |
| events() | eve::inventory::InventorySystem | static |
| findItem(const Bag *bag, const std::string &itemId) | eve::inventory::InventorySystem | static |
| findItemByTag(const Bag *bag, const std::string &tag) | eve::inventory::InventorySystem | static |
| hasAcceptRule(const std::string &name) | eve::inventory::InventorySystem | static |
| hasCapacityPolicy(const std::string &name) | eve::inventory::InventorySystem | static |
| hasChangeHook(const std::string &name) | eve::inventory::InventorySystem | static |
| hasStackRule(const std::string &name) | eve::inventory::InventorySystem | static |
| moveSlot(Bag *bag, int fromSlot, int toSlot) | eve::inventory::InventorySystem | static |
| nextInstanceId() | eve::inventory::InventorySystem | static |
| pollEvents(std::vector< InventoryChangeEvent > &out) | eve::inventory::InventorySystem | static |
| pushEvent(InventoryChangeEvent ev) | eve::inventory::InventorySystem | static |
| registerAcceptRule(const std::string &name, AcceptFn fn) | eve::inventory::InventorySystem | static |
| registerCapacityPolicy(const std::string &name, CapacityFn fn) | eve::inventory::InventorySystem | static |
| registerChangeHook(const std::string &name, ChangeHook fn) | eve::inventory::InventorySystem | static |
| registerStackRule(const std::string &name, StackFn fn) | eve::inventory::InventorySystem | static |
| removeAt(Bag *bag, int slot, int quantity) | eve::inventory::InventorySystem | static |
| removeItem(Bag *bag, const std::string &itemId, int quantity) | eve::inventory::InventorySystem | static |
| splitStack(Bag *bag, int slot, int quantity, int toSlot) | eve::inventory::InventorySystem | static |
| StackFn typedef | eve::inventory::InventorySystem | |
| swapSlots(Bag *bag, int slotA, int slotB) | eve::inventory::InventorySystem | static |
| transfer(Bag *from, Bag *to, const std::string &itemId, int quantity) | eve::inventory::InventorySystem | static |
| transferSlot(Bag *from, int fromSlot, Bag *to, int quantity) | eve::inventory::InventorySystem | static |
| unequipToBag(EquipmentSet *eq, const std::string &equipSlot, Bag *bag) | eve::inventory::InventorySystem | static |
| unregisterAcceptRule(const std::string &name) | eve::inventory::InventorySystem | static |
| unregisterCapacityPolicy(const std::string &name) | eve::inventory::InventorySystem | static |
| unregisterChangeHook(const std::string &name) | eve::inventory::InventorySystem | static |
| unregisterStackRule(const std::string &name) | eve::inventory::InventorySystem | static |
| usedSlotCount(const Bag *bag) | eve::inventory::InventorySystem | static |
| usedVolume(const Bag *bag) | eve::inventory::InventorySystem | static |
| usedWeight(const Bag *bag) | eve::inventory::InventorySystem | static |