27 #ifndef COSMO_AUTO_RELEASE_POOL_H
28 #define COSMO_AUTO_RELEASE_POOL_H
30 #include <Pt/Cosmo/IAutoReleasePool.h>
86 prev->_next = node->_next;
109 #endif // include guard
Core module.
Definition: Allocator.h:33
Auto-release pool interface.
Definition: IAutoReleasePool.h:46
Auto-release pool implementation.
Definition: AutoReleasePool.h:45
Auto-releasable resource.
Definition: IAutoReleasePool.h:68