Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TLDefaultOperators_Allocation Struct Reference

Allocation operator template. More...

#include <defop.h>

Inheritance diagram for TLDefaultOperators_Allocation:

Inheritance graph
[legend]
List of all members.

Static Public Member Functions

void * alloc (size_t size)
void * free (void *ptr)
void * realloc (void *ptr, size_t size)

Detailed Description

Allocation operator template.

Author:
Wolfgang Wieser ] wwieser (a) gmx <*> de [
Can be used as base for combined operator classes.

Definition at line 247 of file defop.h.


Member Function Documentation

void* TLDefaultOperators_Allocation::alloc size_t  size  )  [inline, static]
 

Of course, these need only be supplied if they are actually needed. For example, the BTree class needs them for allocating the tree nodes (NOT individual entries).

Definition at line 254 of file defop.h.

void* TLDefaultOperators_Allocation::free void *  ptr  )  [inline, static]
 

Definition at line 255 of file defop.h.

References FREE().

void* TLDefaultOperators_Allocation::realloc void *  ptr,
size_t  size
[inline, static]
 

Definition at line 256 of file defop.h.

References REALLOC().


The documentation for this struct was generated from the following file:
Generated on Sat Feb 19 22:35:47 2005 for Ray by doxygen 1.3.5