|
offbrand
A collection of generic, reference counted datastructures in C for C
|
obdeque_nodeIterator internal structure, encapsulating the data needed for an iterator of a doubly linked list. More...
#include <obdeque_private.h>
Public Attributes | |
| obj | base |
| const obdeque * | deque |
| obdeque_node * | node |
obdeque_nodeIterator internal structure, encapsulating the data needed for an iterator of a doubly linked list.
| obj obdeque_iterator_struct::base |
obj containing reference count and class membership data
| const obdeque* obdeque_iterator_struct::deque |
obdeque that the iterator is bound to
| obdeque_node* obdeque_iterator_struct::node |
The obdeque_node that the iterator references within deque
1.8.4