#include <wb_carray.h>

Public Member Functions | |
| void | Reset_Index () |
| INT | Next_Index () |
| WN * | Element (INT element) |
| void | Enter_This_Node (WN *wn) |
| INT | Enter_This_Node_Unique (WN *wn) |
Private Attributes | |
| INT | _next_index |
| WN * | _carray [WB_MAX_SAVED_NODES] |
Definition at line 41 of file wb_carray.h.
| void WB_CARRAY::Enter_This_Node | ( | WN * | wn | ) |
Referenced by WB_BROWSER::Deps_Loop(), and WB_BROWSER::Deps_Ref().
| INT WB_CARRAY::Next_Index | ( | ) | [inline] |
Definition at line 46 of file wb_carray.h.
References _next_index.
Referenced by WB_BROWSER::Alias(), and WB_BROWSER::Loops_Walk().
| void WB_CARRAY::Reset_Index | ( | ) | [inline] |
Definition at line 45 of file wb_carray.h.
References _next_index.
Referenced by WB_BROWSER::Alias(), WB_BROWSER::Ancestors(), WB_BROWSER::Deps_Loop(), WB_BROWSER::Deps_Ref(), WB_BROWSER::Find(), WB_BROWSER::Find_Operator(), WB_BROWSER::Find_Symbols(), WB_BROWSER::Kids(), WB_BROWSER::Loops(), WB_BROWSER::Promp_Map(), WB_BROWSER::Reduction(), WB_BROWSER::Statements(), and WB_BROWSER::Uses().
WN* WB_CARRAY::_carray[WB_MAX_SAVED_NODES] [private] |
INT WB_CARRAY::_next_index [private] |
1.5.7.1