Open-RJ C/C++ User's Journal Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

IORJAllocator Struct Reference

#include <openrj/openrj.h>

List of all members.


Detailed Description

Allocator interface for Open-RJ.


Public Attributes

void *(* pfnAlloc )(struct IORJAllocator *ator, size_t cb)
 Defines the "member" function for allocating memory.
void *(* pfnRealloc )(struct IORJAllocator *ator, void *pv, size_t cb)
 Defines the "member" function for reallocating memory.
void(* pfnFree )(struct IORJAllocator *ator, void *pv)
 Defines the "member" function for freeing memory.


Member Data Documentation

void*(* pfnAlloc)(struct IORJAllocator *ator, size_t cb)

Defines the "member" function for allocating memory.

void(* pfnFree)(struct IORJAllocator *ator, void *pv)

Defines the "member" function for freeing memory.

void*(* pfnRealloc)(struct IORJAllocator *ator, void *pv, size_t cb)

Defines the "member" function for reallocating memory.


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

Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005