MADNESS
0.10.1
|
Files | |
file | cloud.h |
Declares the Cloud class for storing data and transfering them between worlds. | |
file | dependency_interface.h |
Defines DependencyInterface and CallbackInterface . | |
file | future.cc |
Implementations for Future and related functions. | |
file | uniqueid.h |
file | world.cc |
Implementation of the World class and associated functions. | |
file | world.h |
Declares the World class for the parallel runtime environment. | |
file | worldinit.h |
Declares the functions that initialize the parallel runtime. | |
file | worldptr.h |
The madness::detail::WorldPtr class for global pointers. | |
Classes | |
class | madness::uniqueidT |
Class for unique global IDs. More... | |
Functions | |
hashT | madness::hash_value (const uniqueidT &id) |
Hash a uniqueidT . More... | |
bool | madness::operator!= (const uniqueidT &a, const uniqueidT &b) |
Inequality comparison operator. More... | |
bool | madness::operator< (const uniqueidT &a, const uniqueidT &b) |
Ordering operator. More... | |
bool | madness::operator== (const uniqueidT &a, const uniqueidT &b) |
Equality comparison operator. More... | |
[in] | id | The uniqueidT . |
References madness::detail::combine_hash(), and madness::hash_value().