| MADNESS 0.10.1
    | 

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