Classes | Namespaces

chomp/struct/autoarray.h File Reference

An auto_array template that mimics selected behaviors of the std::auto_ptr template, but releases the memory with delete[], and thus should be applied to arrays. More...

Go to the source code of this file.

Classes

class  chomp::homology::auto_array< T >
 An auto_array template that mimics selected behaviors of the std::auto_ptr template, but releases the memory with delete[], and thus should be applied to arrays. More...

Namespaces

namespace  chomp
 

This is the top-level namespace of the CHomP library interface; most classes and functions are contained in its sub-namespaces.


namespace  chomp::homology
 

This is the main namespace that contains most of the CHomP library classes and functions, some of which are used in the Uniform Expansion project.



Detailed Description

An auto_array template that mimics selected behaviors of the std::auto_ptr template, but releases the memory with delete[], and thus should be applied to arrays.

This template is based on what I found in the g++ header file "memory".

Author:
Pawel Pilarczyk

Definition in file autoarray.h.