Skip to content

Class FreeSLList

ClassList > FreeSLList

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

  • #include <freesllist.h>

Classes

Type Name
class Entry

Public Functions

Type Name
void clear (void)
Entry * get (void)
Get the head of the list.
void insert (void * e)
Entry * remove (void)

Detailed Description

Uses the free space in objects to store the pointers.

Public Functions Documentation

function clear

inline void FreeSLList::clear (
    void
) 

function get

Get the head of the list.

inline Entry * FreeSLList::get (
    void
) 


function insert

inline void FreeSLList::insert (
    void * e
) 

function remove

inline Entry * FreeSLList::remove (
    void
) 


The documentation for this class was generated from the following file cubrid/src/heaplayers/utility/freesllist.h