Proto
3.2
|
#include <iostream>
#include <iomanip>
#include <string>
#include <cstdio>
#include <fstream>
#include "Proto_SPMD.H"
Go to the source code of this file.
Namespaces | |
Proto | |
Macros | |
#define | _PARSTREAM_H_ |
Functions | |
std::ostream & | Proto::pr_out () |
Use this in place of std::cout for program output. More... | |
void | Proto::setPoutBaseName (const std::string &a_Name) |
Changes the base part of the filename for pr_out() files. More... | |
const std::string & | Proto::poutFileName () |
Accesses the filename for the local pr_out() file. More... | |
#define _PARSTREAM_H_ |