#include <gandalf/common/linked_list.h>
Public Attributes | |
Gan_List_Node * | p_first |
Gan_List_Node * | p_current |
Gan_List_Node * | p_last |
Gan_List_Node * | p_stack_current |
int | node_count |
int | current_position |
int | current_position_stack |
Gan_Bool | is_straight |
Gan_Bool | alloc |
indicates whether the structure was dynamically allocated |
|
Current position in list |
|
Position stored on stack |
|
Whether list is straight or circular |
|
Number of nodes in list |
|
Current node in list |
|
First node in list |
|
Last node in list |
|
Node stored on the stack |