|
MADNESS 0.10.1
|
Implements active message layer for World on top of RMI layer. More...
#include <madness/world/buffer_archive.h>#include <madness/world/worldrmi.h>#include <madness/world/world.h>#include <vector>#include <cstddef>#include <memory>#include <pthread.h>

Go to the source code of this file.
Classes | |
| class | madness::AmArg |
| World active message that extends an RMI message. More... | |
| class | madness::WorldAmInterface::SendReq |
| class | madness::WorldAmInterface |
| Implements AM interface. More... | |
Namespaces | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
Typedefs | |
| typedef void(* | madness::am_handlerT) (const AmArg &) |
| Type of AM handler functions. | |
Functions | |
| AmArg * | madness::alloc_am_arg (std::size_t nbyte) |
| Allocates a new AmArg with nbytes of user data ... delete with free_am_arg. | |
| AmArg * | madness::copy_am_arg (const AmArg &arg) |
| void | madness::free_am_arg (AmArg *arg) |
| Frees an AmArg allocated with alloc_am_arg. | |
| template<typename... argT> | |
| AmArg * | madness::new_am_arg (const argT &... args) |
| Convenience template for serializing arguments into a new AmArg. | |
| template<typename Archive > | |
| void | madness::serialize_am_args (Archive &&) |
| Terminate argument serialization. | |
| template<typename Archive , typename T , typename... argT> | |
| void | madness::serialize_am_args (Archive &&archive, T &&t, argT &&... args) |
| Argument serialization. | |
Implements active message layer for World on top of RMI layer.