Puma Reference Manual | Puma::CStorage Class Reference |
Storage class of an object. More...
#include <Puma/CStorage.h>
Public Types | |
enum | Type { CLASS_STATIC, CLASS_AUTOMATIC, CLASS_DYNAMIC, CLASS_THREAD, CLASS_NONE } |
The storage classes. More... | |
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.
enum Puma::CStorage::Type |