#include <stuff.h>
Public Member Functions | |
stack_iterator (const coord_def &pos, bool accessible=false) | |
stack_iterator (int start_link) | |
operator bool () const | |
item_def & | operator* () const |
item_def * | operator-> () const |
int | link () const |
const stack_iterator & | operator++ () |
stack_iterator | operator++ (int) |
stack_iterator::stack_iterator | ( | const coord_def & | pos, | |
bool | accessible = false | |||
) | [explicit] |
stack_iterator::stack_iterator | ( | int | start_link | ) | [explicit] |
stack_iterator::operator bool | ( | ) | const |
item_def & stack_iterator::operator* | ( | ) | const |
item_def * stack_iterator::operator-> | ( | ) | const |
int stack_iterator::link | ( | ) | const |
const stack_iterator & stack_iterator::operator++ | ( | ) |
stack_iterator stack_iterator::operator++ | ( | int | dummy | ) |