ConicBundle
|
All derived classes share a common Memarray memory manager, which is generated with the first user and destructed when the last user is destructed. More...
#include <memarray.hxx>
Public Member Functions | |
Memarrayuser () | |
if memarray is NULL, then a new Memarray is generated. In any case the number of users of the Memarray is incremented | |
virtual | ~Memarrayuser () |
the number of users is decremented and the Memarray memory manager is destructed, if the number is zero. | |
Static Protected Attributes | |
static Memarray * | memarray |
pointer to common memory manager for all Memarrayusers, instantiated in memarray.cxx | |
All derived classes share a common Memarray memory manager, which is generated with the first user and destructed when the last user is destructed.