|
CHROMA
|
Singleton support. More...
#include "qdp.h"#include <algorithm>#include <stdexcept>#include <cassert>#include <cstdlib>#include <new>Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::Private | |
Typedefs | |
| typedef LifetimeTracker ** | Chroma::Private::TrackerArray |
Functions | |
| void | Chroma::Private::AtExitFn () |
| template<typename T , typename Destroyer > | |
| void | Chroma::SetLongevity (T *pDynObject, unsigned int longevity, Destroyer d=Private::Deleter< T >::Delete) |
Variables | |
| TrackerArray | Chroma::Private::pTrackerArray |
| unsigned int | Chroma::Private::elements |
Singleton support.
Definition in file singleton.h.