PrevNextUpHome BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1

14.1. Memory Management Classes

There are 4 types of classes for managing memory. The SFXBuffer class can be converted into SFXAnsiString or SFXWideString class and vice versa.

Table 14.1. Memory Management Classes

Class Name Description
SFXHeap Class that represents a heap.
SFXClusterHeap Class that represents a heap that supports block allocation.
SFXBuffer Class that represents a buffer.
SFXRingBuffer Class that represents a ring buffer.