#include <InfoStream.h>
Definition at line 19 of file InfoStream.h.
infostream::infostream |
( |
| ) |
|
infostream::~infostream |
( |
| ) |
|
Definition at line 19 of file InfoStream.C.
20 return CkpvAccess(iout_obj);
void infostream::endi |
( |
| ) |
|
Definition at line 28 of file InfoStream.C.
Referenced by endi().
30 std::string infostr = str();
31 CkPrintf(
"%s",infostr.c_str());
32 #ifndef NAMD_NO_STDOUT_FLUSH
infostream::LOCALMOD |
( |
char |
| ) |
|
infostream::LOCALMOD |
( |
unsigned |
char | ) |
|
infostream::LOCALMOD |
( |
const char * |
| ) |
|
infostream::LOCALMOD |
( |
int |
| ) |
|
infostream::LOCALMOD |
( |
long |
| ) |
|
infostream::LOCALMOD |
( |
short |
| ) |
|
infostream::LOCALMOD |
( |
unsigned |
int | ) |
|
infostream::LOCALMOD |
( |
unsigned |
long | ) |
|
infostream::LOCALMOD |
( |
unsigned |
short | ) |
|
infostream::LOCALMOD |
( |
long |
long | ) |
|
infostream::LOCALMOD |
( |
unsigned long |
long | ) |
|
infostream::LOCALMOD |
( |
float |
| ) |
|
infostream::LOCALMOD |
( |
double |
| ) |
|
infostream::LOCALMOD |
( |
void * |
| ) |
|
infostream::LOCALMOD |
( |
std::streambuf * |
| ) |
|
infostream & infostream::operator<< |
( |
std::ostream &(*)(std::ostream &) |
f | ) |
|
infostream<<ostream (hot to handle inherited modifiers)
Definition at line 71 of file InfoStream.C.
71 { f(*
this);
return(*
this); }
infostream<<infostream (how to handle class modifiers)
Definition at line 73 of file InfoStream.C.
The documentation for this class was generated from the following files: