|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
Implementation of generic object lifecycle service. More...
#include <geogram/basic/common.h>#include <geogram/basic/memory.h>#include <geogram/basic/counted.h>Go to the source code of this file.
Classes | |
| class | GEO::LifeCycle |
| Manages the life cycle of an object. More... | |
| class | GEO::GenericLifeCycle< T > |
| Concrete implementation of LifeCycle. More... | |
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
Typedefs | |
| typedef SmartPointer< LifeCycle > | GEO::LifeCycle_var |
| A reference_counted pointer to a LifeCycle. | |
Implementation of generic object lifecycle service.
Definition in file life_cycle.h.