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_node_struct Struct Reference

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
 
objstored
 
struct obdeque_node_structnext
 
struct obdeque_node_structprev
 

Detailed Description

obdeque_node internal structure, encapsulating the data needed for an node within a doubly linked list. Internally referenced only

Member Data Documentation

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


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