offbrand
A collection of generic, reference counted datastructures in C for C
|
obdeque_node internal structure, encapsulating the data needed for an node within a doubly linked list. Internally referenced only More...
#include <obdeque_private.h>
Public Attributes | |
obj | base |
obj * | stored |
struct obdeque_node_struct * | next |
struct obdeque_node_struct * | prev |
obdeque_node internal structure, encapsulating the data needed for an node within a doubly linked list. Internally referenced only
obj obdeque_node_struct::base |
obj containing reference count and class membership data
struct obdeque_node_struct* obdeque_node_struct::next |
Pointer to the next node in the list
struct obdeque_node_struct* obdeque_node_struct::prev |
Pointer to the prev node in the list
obj* obdeque_node_struct::stored |
obj stored within the node in the deque