MADNESS  0.10.1
Namespaces | Functions
print_seq.h File Reference

Implements print_seq. More...

Go to the source code of this file.

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Functions

template<typename A >
void madness::print_seq (World &world, const A &a)
 Sequentially ordered printing of (serializable) data from every process. More...
 
template<typename A , typename B >
void madness::print_seq (World &world, const A &a, const B &b)
 Sequentially ordered printing of (serializable) data from every process. More...
 
template<typename A , typename B , typename C >
void madness::print_seq (World &world, const A &a, const B &b, const C &c)
 Sequentially ordered printing of (serializable) data from every process. More...
 
template<typename A , typename B , typename C , typename D >
void madness::print_seq (World &world, const A &a, const B &b, const C &c, const D &d)
 Sequentially ordered printing of (serializable) data from every process. More...
 

Detailed Description

Implements print_seq.

Todo:
Can these functions be replaced by a variadic template?