Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

object_stack_struct Struct Reference
[Geometrical Objects in BICPL]

In-memory structure for a stack of objects. More...

#include <obj_defs.h>

Collaboration diagram for object_stack_struct:

Collaboration graph
[legend]

Data Fields

int index
int n_objects
object_struct ** object_list

Detailed Description

In-memory structure for a stack of objects.

Definition at line 253 of file obj_defs.h.


Field Documentation

int object_stack_struct::index
 

Definition at line 255 of file obj_defs.h.

Referenced by advance_object_traverse(), get_next_object_traverse(), and initialize_object_traverse().

int object_stack_struct::n_objects
 

Definition at line 256 of file obj_defs.h.

Referenced by advance_object_traverse(), and initialize_object_traverse().

object_struct** object_stack_struct::object_list
 

Definition at line 257 of file obj_defs.h.

Referenced by advance_object_traverse(), get_next_object_traverse(), and initialize_object_traverse().


The documentation for this struct was generated from the following file:
Generated on Wed Jul 28 09:11:24 2004 for BICPL by doxygen 1.3.7