Public Member Functions

CreativeArray Class Reference
[Interfacing the Vector library with the MemCore library.]

A helper class that keeps objects in memory all time. More...

#include <CreativeArray.hpp>

List of all members.

Public Member Functions


Detailed Description

A helper class that keeps objects in memory all time.

This is in general not a good idea, but convenient, so it's used in a lots of places. To make it right, should replace this class by Creator that does real memory management, which means releasing memory when requested and re-creating it on demand (see OnDemandCreator). This class is just stilly and stupid, and wastes memory resources, for the sake of simplicity.

This Creator is used by the Field::setPersistentData() function.