#include <mudconf.h>
Collaboration diagram for objlist_stack:
Data Fields | |
objlist_stack * | next |
OBLOCK * | head |
OBLOCK * | tail |
OBLOCK * | cblock |
unsigned int | count |
unsigned int | citm |
Definition at line 258 of file mudconf.h.
Definition at line 263 of file mudconf.h.
Referenced by olist_first(), olist_next(), and olist_push().
unsigned int objlist_stack::citm |
Definition at line 265 of file mudconf.h.
Referenced by olist_first(), olist_next(), and olist_push().
unsigned int objlist_stack::count |
Definition at line 264 of file mudconf.h.
Referenced by olist_add(), olist_first(), olist_next(), and olist_push().
Definition at line 261 of file mudconf.h.
Referenced by olist_add(), olist_first(), olist_pop(), and olist_push().
struct objlist_stack* objlist_stack::next |
Definition at line 262 of file mudconf.h.
Referenced by olist_add(), olist_first(), olist_next(), and olist_push().