FreeSLList Class Reference

A "memory neutral" singly-linked list,. More...

#include <freesllist.h>

List of all members.

Classes

class  Entry

Public Member Functions

void clear (void)
Entryget (void)
 Get the head of the list.
Entryremove (void)
void insert (void *e)

Private Attributes

Entry head

Detailed Description

A "memory neutral" singly-linked list,.

Uses the free space in objects to store the pointers.


Member Function Documentation

void FreeSLList::clear ( void   )  [inline]
Entry* FreeSLList::get ( void   )  [inline]

Get the head of the list.

void FreeSLList::insert ( void *  e  )  [inline]
Entry* FreeSLList::remove ( void   )  [inline]

Member Data Documentation


The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:27 2011 for Galois by  doxygen 1.6.3