#include <mudconf.h>
Collaboration diagram for objlist_stack:
Data Fields | |
objlist_stack * | next |
OBLOCK * | head |
OBLOCK * | tail |
OBLOCK * | cblock |
int | count |
int | citm |
Definition at line 329 of file mudconf.h.
Definition at line 333 of file mudconf.h.
Referenced by olist_first(), olist_next(), and olist_push().
Definition at line 335 of file mudconf.h.
Referenced by olist_first(), olist_next(), and olist_push().
Definition at line 334 of file mudconf.h.
Referenced by olist_add(), olist_first(), olist_next(), and olist_push().
Definition at line 331 of file mudconf.h.
Referenced by olist_add(), olist_first(), olist_pop(), and olist_push().
struct objlist_stack* objlist_stack::next |
Definition at line 332 of file mudconf.h.
Referenced by olist_add(), olist_first(), olist_next(), and olist_push().