|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <inventory.h>
Public Member Functions | |
| const Item & | operator* () const |
| const Item * | operator-> () const |
| size_t | count () const |
| bool | isEquipped () const |
| uint8_t | slot () const |
| Iterator & | operator++ () |
| bool | isValid () const |
Friends | |
| class | Inventory |
Definition at line 36 of file inventory.h.
| size_t Inventory::Iterator::count | ( | ) | const |
Definition at line 33 of file inventory.cpp.
| bool Inventory::Iterator::isEquipped | ( | ) | const |
Definition at line 23 of file inventory.cpp.
| bool Inventory::Iterator::isValid | ( | ) | const |
Definition at line 60 of file inventory.cpp.
| const Item & Inventory::Iterator::operator* | ( | ) | const |
Definition at line 15 of file inventory.cpp.
| Inventory::Iterator & Inventory::Iterator::operator++ | ( | ) |
Definition at line 45 of file inventory.cpp.
| const Item * Inventory::Iterator::operator-> | ( | ) | const |
Definition at line 19 of file inventory.cpp.
| uint8_t Inventory::Iterator::slot | ( | ) | const |
Definition at line 28 of file inventory.cpp.
|
friend |
Definition at line 57 of file inventory.h.