|
QDP++
|
Parallel version of stdio. More...
#include <istream>#include <ostream>#include <string>Go to the source code of this file.
Classes | |
| class | QDP::StandardInputStream |
| StandardInputStream class. More... | |
| class | QDP::StandardOutputStream |
| StandardOutputStream class. More... | |
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
| namespace | QDP::QDPIO |
Functions | |
| template<class T> | |
| StandardInputStream & | QDP::operator>> (StandardInputStream &s, multi1d< T > &d) |
| Read an array. | |
Parallel version of stdio.
These are the QDP parallel versions of the STL cout,cerr,cin. The user can control which nodes are involved in output/input.
Definition in file qdp_stdio.h.