MADNESS
version 0.9
|
A pmap that locates children on odd levels with their even level parents. More...
#include <funcimpl.h>
Public Member Functions | |
LevelPmap () | |
LevelPmap (World &world) | |
ProcessID | owner (const keyT &key) const |
Find the owner of a given key. More... | |
Public Member Functions inherited from madness::WorldDCPmapInterface< keyT > | |
virtual | ~WorldDCPmapInterface () |
virtual void | print () const |
void | register_callback (ptrT ptr) |
Registers object for receipt of redistribute callbacks. More... | |
void | deregister_callback (ptrT ptr) |
Deregisters object for receipt of redistribute callbacks. More... | |
void | redistribute (World &world, const std::shared_ptr< WorldDCPmapInterface< keyT > > &newpmap) |
Invoking this switches all registered objects from this process map to the new one. More... | |
Additional Inherited Members | |
Public Types inherited from madness::WorldDCPmapInterface< keyT > | |
typedef WorldDCRedistributeInterface < keyT > * | ptrT |
A pmap that locates children on odd levels with their even level parents.
|
inline |
|
inline |
|
inlinevirtual |
Find the owner of a given key.
Implements madness::WorldDCPmapInterface< keyT >.