PUMA Library Reference Manual
|
#include <Puma/CStorage.h>
Storage class of an object.
Defines the minimum potential lifetime of the storage containing the object. There are three resp. four different storage classes: static, automatic, thread, and dynamic.
Public Types | |
enum | Type { CLASS_STATIC , CLASS_AUTOMATIC , CLASS_DYNAMIC , CLASS_THREAD , CLASS_NONE } |
The storage classes. More... | |
enum Puma::CStorage::Type |