20   return CkpvAccess(iout_obj);
    45   std::string infostr = str();
    46   CkPrintf(
"%s",infostr.c_str());
    47 #ifndef NAMD_NO_STDOUT_FLUSH    54 std::ostream& 
endi(std::ostream& s) {
    61 std::ostream& 
iPE(std::ostream& s) {
    62   return s << 
"Pe(" << CkMyPe() << 
')';
    66        strm << v1.
x << 
" " << v1.
y << 
" " << v1.
z;
    71        strm << t1.
xx << 
" " << t1.
xy << 
" " << t1.
xz << 
" "    72             << t1.
yx << 
" " << t1.
yy << 
" " << t1.
yz << 
" "    73             << t1.
zx << 
" " << t1.
zy << 
" " << t1.
zz;
    81 std::ostream& 
iINFO (std::ostream& s)  { 
return s << 
"Info: "; }
    82 std::ostream& 
iWARN (std::ostream& s)  { 
return s << 
"Warning: "; }
    83 std::ostream& 
iERROR(std::ostream& s)  { 
return s << 
"ERROR: "; }
    84 std::ostream& 
iDEBUG(std::ostream& s)  { 
return s << 
"DEBUG: "; }
 
std::ostream & iINFO(std::ostream &s)
 
static std::ostream & access_iout_obj()
 
std::ostream & iPE(std::ostream &s)
 
std::ostream & endi(std::ostream &s)
 
std::ostream & iWARN(std::ostream &s)
 
CkpvExtern(infostream, iout_obj)
 
std::ostream & iDEBUG(std::ostream &s)
 
std::ostream & iERROR(std::ostream &s)
 
std::ostream & operator<<(std::ostream &strm, const Vector &v1)