TPIE

2362a60
tpie::array_allocation_scope_magic< T > Struct Template Reference

#include <tpie/memory.h>

Public Member Functions

 array_allocation_scope_magic (size_t s)
 
T * allocate ()
 
T * finalize ()
 

Public Attributes

size_t size
 
T * data
 

Detailed Description

template<typename T>
struct tpie::array_allocation_scope_magic< T >

Used to perform allocations in a safe manner.

Definition at line 206 of file memory.h.


The documentation for this struct was generated from the following file: