Tango Core Classes Reference  9.2.5
Easy printing operator overloading functions

Overloading of the << operator between C++ ostream and some Tango types. More...

Functions

ostream & Tango::operator<< (ostream &lval, const DevVarCharArray &rval)
 Print a DevVarCharArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarShortArray &rval)
 Print a DevVarShortArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarLongArray &rval)
 Print a DevVarLongArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarLong64Array &rval)
 Print a DevVarLong64Array. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarFloatArray &rval)
 Print a DevVarFloatArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarDoubleArray &rval)
 Print a DevVarDoubleArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarBooleanArray &rval)
 Print a DevVarBooleanArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarUShortArray &rval)
 Print a DevVarUShortArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarULongArray &rval)
 Print a DevVarULongArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarULong64Array &rval)
 Print a DevVarULong64Array. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarStringArray &rval)
 Print a DevVarStringArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarStateArray &rval)
 Print a DevVarStateArray. More...
 
ostream & Tango::operator<< (ostream &lval, const DevVarEncodedArray &rval)
 Print a DevVarEncodedArray. More...
 

Detailed Description

Overloading of the << operator between C++ ostream and some Tango types.

Function Documentation

ostream& Tango::operator<< ( ostream &  lval,
const DevVarCharArray &  rval 
)

Print a DevVarCharArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarCharArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarShortArray &  rval 
)

Print a DevVarShortArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarShortArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarLongArray &  rval 
)

Print a DevVarLongArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarLongArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarLong64Array &  rval 
)

Print a DevVarLong64Array.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarLong64Array sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarFloatArray &  rval 
)

Print a DevVarFloatArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarFloatArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarDoubleArray &  rval 
)

Print a DevVarDoubleArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarDoubleArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarBooleanArray &  rval 
)

Print a DevVarBooleanArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarBooleanArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarUShortArray &  rval 
)

Print a DevVarUShortArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarUShortArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarULongArray &  rval 
)

Print a DevVarULongArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarULongArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarULong64Array &  rval 
)

Print a DevVarULong64Array.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarULong64Array sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarStringArray &  rval 
)

Print a DevVarStringArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarStringArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarStateArray &  rval 
)

Print a DevVarStateArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarStateArray sequence to be printed
ostream& Tango::operator<< ( ostream &  lval,
const DevVarEncodedArray &  rval 
)

Print a DevVarEncodedArray.

One line is printed for each sequence element.

Parameters
lvalThe C++ stream used for printing
rvalThe DevVarEncodedArray sequence to be printed