MADNESS  0.10.1
Classes | Namespaces

Defines DependencyInterface and CallbackInterface. More...

#include <atomic>
#include <cassert>
#include <typeinfo>
#include <madness/world/stack.h>
#include <madness/world/worldmutex.h>
#include <madness/world/atomicint.h>
#include <madness/world/world.h>
#include <madness/world/print.h>
#include <iterator>
#include <numeric>
#include <mutex>
#include <unordered_map>
Include dependency graph for dependency_interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madness::CallbackInterface
 The class used for callbacks (e.g., dependency tracking). More...
 
class  madness::DependencyInterface
 Provides an interface for tracking dependencies. More...
 

Namespaces

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

Detailed Description

Defines DependencyInterface and CallbackInterface.