Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

soar_apiAgentIter_struct Struct Reference

An iteration structure. More...

#include <soarapi_datatypes.h>

Collaboration diagram for soar_apiAgentIter_struct:

Collaboration graph
[legend]

Data Fields

cons_begin
 Private Field.

cons_current
 Private Field.

bool more
 TRUE iff there are more agents to iterate through


Detailed Description

An iteration structure.

This structure is used to iterate though the agent list. All fields should be considered private expect for the more field.

Definition at line 89 of file soarapi_datatypes.h.


Field Documentation

cons* soar_apiAgentIter_struct::_begin
 

Private Field.

Definition at line 91 of file soarapi_datatypes.h.

Referenced by soar_cInitAgentIterator(), and soar_cStepAgentIterator().

cons* soar_apiAgentIter_struct::_current
 

Private Field.

Definition at line 92 of file soarapi_datatypes.h.

Referenced by soar_cInitAgentIterator(), and soar_cStepAgentIterator().

bool soar_apiAgentIter_struct::more
 

TRUE iff there are more agents to iterate through

Definition at line 93 of file soarapi_datatypes.h.

Referenced by soar_cInitAgentIterator(), and soar_cStepAgentIterator().


The documentation for this struct was generated from the following file:
Generated on Thu Dec 11 13:08:20 2003 for Soar Kernel by doxygen 1.3.5