MADNESS  version 0.9
Classes | Namespaces | Typedefs | Functions
worldam.h File Reference

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

#include <madness/world/bufar.h>
#include <madness/world/worldrmi.h>
#include <madness/world/worldfwd.h>
#include <vector>
#include <cstddef>
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::WorldObject< Derived >
 Implements most parts of a globally addressable object (via unique ID) More...
 
class  madness::AmArg
 World active message that extends an RMI message. More...
 
class  madness::WorldAmInterface
 Implements AM interface. More...
 

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Typedefs

typedef void(* madness::am_handlerT )(const AmArg &)
 Type of AM handler functions. More...
 

Functions

AmArg * madness::alloc_am_arg (std::size_t nbyte)
 Allocates a new AmArg with nbytes of user data ... delete with free_am_arg. More...
 
AmArg * madness::copy_am_arg (const AmArg &arg)
 
void madness::free_am_arg (AmArg *arg)
 Frees an AmArg allocated with alloc_am_arg. More...
 
template<typename A , typename B , typename C , typename D , typename E , typename F , typename G , typename H , typename I , typename J >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d, const E &e, const F &f, const G &g, const H &h, const I &i, const J &j)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C , typename D , typename E , typename F , typename G , typename H , typename I >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d, const E &e, const F &f, const G &g, const H &h, const I &i)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C , typename D , typename E , typename F , typename G , typename H >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d, const E &e, const F &f, const G &g, const H &h)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C , typename D , typename E , typename F , typename G >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d, const E &e, const F &f, const G &g)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C , typename D , typename E , typename F >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d, const E &e, const F &f)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C , typename D , typename E >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d, const E &e)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C , typename D >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c, const D &d)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B , typename C >
AmArg * madness::new_am_arg (const A &a, const B &b, const C &c)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A , typename B >
AmArg * madness::new_am_arg (const A &a, const B &b)
 Convenience template for serializing arguments into a new AmArg. More...
 
template<typename A >
AmArg * madness::new_am_arg (const A &a)
 Convenience template for serializing arguments into a new AmArg. More...
 

Detailed Description

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