This file contains the definition of the MultiWork data class. More...
#include "chomp/multiwork/mwconfig.h"
#include <string>
#include <iostream>
#include <cstdio>
Go to the source code of this file.
Classes | |
class | chomp::multiwork::mwData |
This class is used to convert data structures into a single sequence of bytes and to retrieve this data for the purpose of communication between a coordinator and workers. More... | |
Namespaces | |
namespace | chomp |
This namespace contains the entire CHomP library interface. | |
namespace | chomp::multiwork |
This namespace contains an interface to the MultiWork module which allows one to easily distribute a computational task over multiple processes and run concurrent computations. | |
Functions | |
void | chomp::multiwork::swap (mwData &x, mwData &y) |
template<class type > | |
mwData & | chomp::multiwork::operator<< (mwData &m, const type &x) |
template<class type > | |
mwData & | chomp::multiwork::operator>> (mwData &m, type &x) |
mwData & | chomp::multiwork::operator<< (mwData &m, const char *x) |
mwData & | chomp::multiwork::operator<< (mwData &m, const unsigned char *x) |
mwData & | chomp::multiwork::operator>> (mwData &m, char *x) |
mwData & | chomp::multiwork::operator>> (mwData &m, unsigned char *x) |
std::ostream & | chomp::multiwork::operator<< (std::ostream &s, const mwData &m) |
std::istream & | chomp::multiwork::operator>> (std::istream &s, mwData &m) |
This file contains the definition of the MultiWork data class.
Definition in file mwdata.h.