CXXR (C++ R)
|
Object constraining lifetime of R_alloc() blocks. More...
#include <RAllocStack.h>
Public Member Functions | |
size_t | startSize () const |
RAllocStack size at construction. |
Object constraining lifetime of R_alloc() blocks.
Scope objects must be declared on the processor stack (i.e. as C++ automatic variables). Any R_alloc() block allocated during the lifetime of a Scope object will be automatically deallocated when that lifetime comes to an end, i.e. when the Scope object itself goes out of scope.
|
inline |
RAllocStack size at construction.