Software Ver.2.0 Owner's manual
Methods Common to All Classes Classes of the C++ Interface
CATC IBTrainer InfiniBand Exerciser API Reference 2-15
Operator <<
ostream & operator << (ostream & o, const <classname> & <var>);
Similar to
print
but uses the C++ streaming operator.
Returns a reference to an ostream object with the content of the class.
o
The specified ostream.
var
The class, the content of which is to be printed.
None
Call
Description
Return Value
Input Parameters
See also