offbrand
A collection of generic, reference counted datastructures in C for C
|
obdeque internal structure, encapsulating the data needed for a doubly linked list More...
#include <obdeque_private.h>
Public Attributes | |
obj | base |
obdeque_node * | head |
obdeque_node * | tail |
uint64_t | length |
obdeque internal structure, encapsulating the data needed for a doubly linked list
obj obdeque_struct::base |
obj containing reference count and class membership data
obdeque_node* obdeque_struct::head |
pointer to the obdeque_node at the head of the deque
uint64_t obdeque_struct::length |
integer length of the deque (or number of elements stored within)
obdeque_node* obdeque_struct::tail |
pointer to the obdeque_node at the tail of the deque