march Struct Reference

This struct holds a list of rooms for \<G\>oto operations. More...

#include <webcit.h>


Data Fields

marchnext
char march_name [128]
int march_floor
int march_order


Detailed Description

This struct holds a list of rooms for \<G\>oto operations.

Definition at line 243 of file webcit.h.


Field Documentation

struct march* march::next [read]

pointer to next in linked list

Definition at line 244 of file webcit.h.

Referenced by free_march_list(), gotonext(), pop_march(), and remove_march().

char march::march_name[128]

name of room

Definition at line 245 of file webcit.h.

Referenced by gotonext(), pop_march(), and remove_march().

int march::march_floor

floor number of room

Definition at line 246 of file webcit.h.

Referenced by gotonext(), and pop_march().

int march::march_order

sequence in which we are to visit this room

Definition at line 247 of file webcit.h.

Referenced by gotonext(), and pop_march().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2