OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TRegFormatHeap Class Reference

Used internally to provide buffers for formating registration strings. More...

#include <owl/registry.h>

Public Member Functions

 TRegFormatHeap ()
 Initialize the data members to 0.
 
 ~TRegFormatHeap ()
 Walk the heap chain & delete the memory blocks.
 
tcharAlloc (int spaceNeeded)
 Allocate a block of memory of a given size & link it into the heap chain.
 

Detailed Description

Used internally to provide buffers for formating registration strings.

Definition at line 483 of file registry.h.

Constructor & Destructor Documentation

◆ TRegFormatHeap()

owl::TRegFormatHeap::TRegFormatHeap ( )

Initialize the data members to 0.

Definition at line 18 of file regheap.cpp.

◆ ~TRegFormatHeap()

owl::TRegFormatHeap::~TRegFormatHeap ( )

Walk the heap chain & delete the memory blocks.

Definition at line 27 of file regheap.cpp.

Member Function Documentation

◆ Alloc()

TCHAR * owl::TRegFormatHeap::Alloc ( int spaceNeeded)

Allocate a block of memory of a given size & link it into the heap chain.

Definition at line 39 of file regheap.cpp.


The documentation for this class was generated from the following files: