33 std::ostream&
endi(std::ostream& s);
39 std::ostream&
iINFO (std::ostream& s);
40 std::ostream&
iWARN (std::ostream& s);
41 std::ostream&
iERROR(std::ostream& s);
42 std::ostream&
iDEBUG(std::ostream& s);
43 std::ostream&
iPE(std::ostream& s);
45 #define iFILE __FILE__<<'('<<__LINE__<<"): " 46 #define iINFOF iINFO << iFILE 47 #define iWARNF iWARN << iFILE 48 #define iERRORF iERROR << iFILE 49 #define iDEBUGF iDEBUG << iFILE 51 #define iout infostream::access_iout_obj() std::ostream & endi(std::ostream &s)
static std::ostream & access_iout_obj()
std::ostream & iWARN(std::ostream &s)
std::ostream & iPE(std::ostream &s)
std::ostream & iINFO(std::ostream &s)
std::ostream & iDEBUG(std::ostream &s)
std::ostream & operator<<(std::ostream &strm, const Vector &v1)
std::ostream & iERROR(std::ostream &s)