_capacity | Common::Array< InventoryItem > | protected |
_holdings (defined in Sherlock::Inventory) | Sherlock::Inventory | |
_invGraphicsLoaded (defined in Sherlock::Inventory) | Sherlock::Inventory | |
_invIndex (defined in Sherlock::Inventory) | Sherlock::Inventory | |
_invMode (defined in Sherlock::Inventory) | Sherlock::Inventory | |
_invShapes (defined in Sherlock::Inventory) | Sherlock::Inventory | |
_names (defined in Sherlock::Inventory) | Sherlock::Inventory | protected |
_size | Common::Array< InventoryItem > | protected |
_storage | Common::Array< InventoryItem > | protected |
_vm (defined in Sherlock::Inventory) | Sherlock::Inventory | protected |
allocCapacity(size_type capacity) | Common::Array< InventoryItem > | inlineprotected |
Array() (defined in Common::Array< InventoryItem >) | Common::Array< InventoryItem > | inline |
Array(size_type count) | Common::Array< InventoryItem > | inlineexplicit |
Array(size_type count, const InventoryItem &value) | Common::Array< InventoryItem > | inline |
Array(const Array< InventoryItem > &array) | Common::Array< InventoryItem > | inline |
Array(Array< InventoryItem > &&old) | Common::Array< InventoryItem > | inline |
Array(std::initializer_list< InventoryItem > list) | Common::Array< InventoryItem > | inline |
Array(const T2 *array, size_type n) | Common::Array< InventoryItem > | inline |
assign(const_iterator first, const_iterator last) | Common::Array< InventoryItem > | inline |
back() | Common::Array< InventoryItem > | inline |
back() const | Common::Array< InventoryItem > | inline |
begin() | Common::Array< InventoryItem > | inline |
begin() const | Common::Array< InventoryItem > | inline |
clear() | Common::Array< InventoryItem > | inline |
const_iterator typedef | Common::Array< InventoryItem > | |
copyToInventory(Object &obj) | Sherlock::Inventory | protected |
data() const | Common::Array< InventoryItem > | inline |
data() | Common::Array< InventoryItem > | inline |
deleteItemFromInventory(const Common::String &name) | Sherlock::Inventory | |
emplace(const_iterator pos, TArgs &&... args) | Common::Array< InventoryItem > | inline |
emplace_back(TArgs &&...args) | Common::Array< InventoryItem > | inline |
empty() const | Common::Array< InventoryItem > | inline |
end() | Common::Array< InventoryItem > | inline |
end() const | Common::Array< InventoryItem > | inline |
erase(iterator pos) | Common::Array< InventoryItem > | inline |
erase(iterator first, iterator last) | Common::Array< InventoryItem > | inline |
findInv(const Common::String &name) | Sherlock::Inventory | |
freeGraphics() | Sherlock::Inventory | |
freeInv() | Sherlock::Inventory | |
freeStorage(InventoryItem *storage, const size_type elements) | Common::Array< InventoryItem > | inlineprotected |
front() | Common::Array< InventoryItem > | inline |
front() const | Common::Array< InventoryItem > | inline |
init(SherlockEngine *vm) (defined in Sherlock::Inventory) | Sherlock::Inventory | static |
insert(iterator pos, const InventoryItem &element) | Common::Array< InventoryItem > | inline |
insert_at(size_type idx, const InventoryItem &element) | Common::Array< InventoryItem > | inline |
insert_at(size_type idx, const Array< InventoryItem > &array) | Common::Array< InventoryItem > | inline |
insert_aux(iterator pos, const_iterator first, const_iterator last) | Common::Array< InventoryItem > | inlineprotected |
Inventory(SherlockEngine *vm) (defined in Sherlock::Inventory) | Sherlock::Inventory | |
iterator typedef | Common::Array< InventoryItem > | |
loadGraphics() | Sherlock::Inventory | |
loadInv()=0 | Sherlock::Inventory | pure virtual |
operator!=(const Array< InventoryItem > &other) const | Common::Array< InventoryItem > | inline |
operator=(const Array< InventoryItem > &array) | Common::Array< InventoryItem > | inline |
operator=(Array< InventoryItem > &&old) | Common::Array< InventoryItem > | inline |
operator==(const Array< InventoryItem > &other) const | Common::Array< InventoryItem > | inline |
operator[](size_type idx) | Common::Array< InventoryItem > | inline |
operator[](size_type idx) const | Common::Array< InventoryItem > | inline |
pop_back() | Common::Array< InventoryItem > | inline |
push_back(const InventoryItem &element) | Common::Array< InventoryItem > | inline |
push_back(InventoryItem &&element) | Common::Array< InventoryItem > | inline |
push_back(const Array< InventoryItem > &array) | Common::Array< InventoryItem > | inline |
putItemInInventory(Object &obj) | Sherlock::Inventory | |
putNameInInventory(const Common::String &name) | Sherlock::Inventory | |
remove_at(size_type idx) | Common::Array< InventoryItem > | inline |
reserve(size_type newCapacity) | Common::Array< InventoryItem > | inline |
resize(size_type newSize) | Common::Array< InventoryItem > | inline |
resize(size_type newSize, const InventoryItem value) | Common::Array< InventoryItem > | inline |
roundUpCapacity(size_type capacity) | Common::Array< InventoryItem > | inlineprotectedstatic |
size() const | Common::Array< InventoryItem > | inline |
size_type typedef | Common::Array< InventoryItem > | |
swap(Array &arr) (defined in Common::Array< InventoryItem >) | Common::Array< InventoryItem > | inline |
synchronize(Serializer &s) | Sherlock::Inventory | |
value_type typedef | Common::Array< InventoryItem > | |
~Array() (defined in Common::Array< InventoryItem >) | Common::Array< InventoryItem > | inline |
~Inventory() (defined in Sherlock::Inventory) | Sherlock::Inventory | virtual |