|
| 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...
|
| |
Implements active message layer for World on top of RMI layer.