sphore 0.0.1
SPH openGL rendering engine

_list_iterator Struct Reference

Internal storage for a list iterator. More...

Data Fields

list_tlist
node_tprevious
node_tnext

Detailed Description

Internal storage for a list iterator.

Public access through list_iterator_t.


Field Documentation

The list the iterator is associated with.

The node that the iterator will return next.

The previous node examined by the iterator.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines