class DLink

This is used by several of the collection implimentations. More...

Definition#include <sysadm/CollectionsP.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Members


Detailed Description

This is used by several of the collection implimentations. DLink is a generic doubly linked list node

 DLink ( void* data = NULL ) : _prev(NULL), _next(NULL), _data(data)

DLink ()

void  insertBefore ( DLink* newLink )

void  insertAfter ( DLink* newLink )

void  remove ()

DLink* _prev

DLink* _next

void* _data

void*  operator new ( size_t size )

void  operator delete ( void* item )

Recycler (class)


Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36.