Data Fields | |
roomlisting * | lnext |
roomlisting * | rnext |
char | rlname [128] |
unsigned | rlflags |
int | rlfloor |
int | rlorder |
Definition at line 254 of file webcit.h.
struct roomlisting* roomlisting::lnext [read] |
pointer to 'left' tree node
Definition at line 255 of file webcit.h.
Referenced by listrms(), and room_tree_list().
struct roomlisting* roomlisting::rnext [read] |
pointer to 'right' tree node
Definition at line 256 of file webcit.h.
Referenced by listrms(), and room_tree_list().
char roomlisting::rlname[128] |
name of room
Definition at line 257 of file webcit.h.
Referenced by listrms(), and room_tree_list().
unsigned roomlisting::rlflags |
the floor it resides on
Definition at line 259 of file webcit.h.
Referenced by listrms(), and rordercmp().
room listing order
Definition at line 260 of file webcit.h.
Referenced by listrms(), and rordercmp().