casacore::LogIO_global_functions_output Struct Reference
Functions to accumulate text in the output message.
More...
#include <LogIO.h>
List of all members.
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 &)) |
Detailed Description
Functions to accumulate text in the output message.
Accumulate text in the output message. The last entry is for things like endl
.
Definition at line 288 of file LogIO.h.
Member Function Documentation
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
ostream &(*)(ostream &) |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
Bool |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
Long |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
uLong |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
uInt64 |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
Int64 |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
uInt |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
Int |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
DComplex |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
Complex |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
Double |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
const char * |
item | |
|
) |
| | |
LogIO& casacore::LogIO_global_functions_output::operator<< |
( |
LogIO & |
os, |
|
|
const String & |
item | |
|
) |
| | |
The documentation for this struct was generated from the following file: