MADNESS  0.10.1
Classes | Namespaces
stack.h File Reference

Implement Stack for a fixed-size stack container. More...

#include <madness/world/madness_exception.h>
#include <cstring>
#include <cstdlib>
#include <algorithm>
#include <memory>
#include <new>
#include <type_traits>
Include dependency graph for stack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madness::Stack< T, N >
 Dynamically sized Stack with small stack size optimization. More...
 
class  madness::detail::StackBase< T, isPod >
 Base class for Stack which implements basic memory operations for non-POD objects. More...
 
class  madness::detail::StackBase< T, true >
 Base class for Stack which implements basic memory operations for POD objects. More...
 

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 
 madness::detail
 

Detailed Description

Implement Stack for a fixed-size stack container.