#include <InfoStream.h>
Public Member Functions | |
| infostream () | |
| ~infostream () | |
| void | endi () |
| infostream & | operator<< (std::ostream &(*f)(std::ostream &)) |
| infostream & | operator<< (infostream &(*f)(infostream &)) |
| LOCALMOD (char) | |
| LOCALMOD (unsigned char) | |
| LOCALMOD (const char *) | |
| LOCALMOD (int) | |
| LOCALMOD (long) | |
| LOCALMOD (short) | |
| LOCALMOD (unsigned int) | |
| LOCALMOD (unsigned long) | |
| LOCALMOD (unsigned short) | |
| LOCALMOD (float) | |
| LOCALMOD (double) | |
| LOCALMOD (void *) | |
| LOCALMOD (std::streambuf *) | |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 17 of file InfoStream.C. 00017 {}
|
|
|
Definition at line 19 of file InfoStream.C. 00019 {;}
|
|
|
Definition at line 22 of file InfoStream.C. Referenced by endi(). 00022 {
00023 *this << std::ends;
00024 std::string infostr = str();
00025 CkPrintf("%s",infostr.c_str());
00026 #ifndef NAMD_NO_STDOUT_FLUSH
00027 fflush(stdout); // since CkPrintf doesn't always flush
00028 #endif
00029 str("");
00030 }
|
|
|
|
|
|
<< pointers * |
|
|
|
|
|
<< floats * |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<< integers * |
|
|
|
|
|
|
|
|
<< characters * |
|
|
infostream<<infostream (how to handle class modifiers) * Definition at line 67 of file InfoStream.C. 00067 { return f(*this); }
|
|
|
infostream<<ostream (hot to handle inherited modifiers) * Definition at line 65 of file InfoStream.C. 00065 { f(*this); return(*this); }
|
1.3.9.1