MADNESS 0.10.1
Classes | Namespaces | Typedefs | Functions
worldam.h File Reference

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>
Include dependency graph for worldam.h:
This graph shows which files directly or indirectly include this file:

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

AmArgmadness::alloc_am_arg (std::size_t nbyte)
 Allocates a new AmArg with nbytes of user data ... delete with free_am_arg.
 
AmArgmadness::copy_am_arg (const AmArg &arg)
 
void madness::free_am_arg (AmArg *arg)
 Frees an AmArg allocated with alloc_am_arg.
 
template<typename... argT>
AmArgmadness::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.
 

Detailed Description

Implements active message layer for World on top of RMI layer.