| 
    casacore
    
   | 
 
Functions to accumulate text in the output message. More...
#include <LogIO.h>
Public Member Functions | |
| LogIO & | operator<< (LogIO &os, const String &item) | 
| LogIO & | operator<< (LogIO &os, const char *item) | 
| LogIO & | operator<< (LogIO &os, Double item) | 
| LogIO & | operator<< (LogIO &os, Complex item) | 
| LogIO & | operator<< (LogIO &os, DComplex item) | 
| LogIO & | operator<< (LogIO &os, Int item) | 
| LogIO & | operator<< (LogIO &os, uInt item) | 
| LogIO & | operator<< (LogIO &os, Int64 item) | 
| LogIO & | operator<< (LogIO &os, uInt64 item) | 
| LogIO & | operator<< (LogIO &os, uLong item) | 
| LogIO & | operator<< (LogIO &os, Long item) | 
| LogIO & | operator<< (LogIO &os, Bool item) | 
| LogIO & | operator<< (LogIO &os, ostream &(*item)(ostream &)) | 
Functions to accumulate text in the output message.
Accumulate text in the output message. The last entry is for things like endl.  
 
| LogIO & casacore::LogIO_global_functions_output::operator<< | ( | LogIO & | os, | 
| ostream &(*)(ostream &) | item | ||
| ) |