offbrand
A collection of generic, reference counted datastructures in C for C
 All Classes Files Functions Variables Typedefs Macros Groups
Public Attributes | List of all members
obdeque_iterator_struct Struct Reference

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 obdequedeque
 
obdeque_nodenode
 

Detailed Description

obdeque_nodeIterator internal structure, encapsulating the data needed for an iterator of a doubly linked list.

Member Data Documentation

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


The documentation for this struct was generated from the following file: