#include <soarapi_datatypes.h>
Collaboration diagram for soar_apiAgentIter_struct:

Data Fields | |
| cons * | _begin |
| Private Field. | |
| cons * | _current |
| Private Field. | |
| bool | more |
TRUE iff there are more agents to iterate through | |
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.
|
|
Private Field.
Definition at line 91 of file soarapi_datatypes.h. Referenced by soar_cInitAgentIterator(), and soar_cStepAgentIterator(). |
|
|
Private Field.
Definition at line 92 of file soarapi_datatypes.h. Referenced by soar_cInitAgentIterator(), and soar_cStepAgentIterator(). |
|
|
Definition at line 93 of file soarapi_datatypes.h. Referenced by soar_cInitAgentIterator(), and soar_cStepAgentIterator(). |
1.3.5