Operator, Print – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 139

Advertising
background image

Methods of the Error Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-117

Operator

ostream & operator << ( ostream & o, const IGCError & theErr );

Returns the error to the specified stream in the form of a textual
description.

Reference to the ostream object that holds the error text.

None

None

Print

ostream & Print (ostream & o) const;

Prints the content of the class as text representation to the specified
ostream

.

Returns a reference to an ostream object with the error text.

o

The stream to print into. This provides you with the possibility to print to a file or
to stdout.

None

Call

Description

Return Value

Parameters

See also

Call

Description

Return Value

Input Parameters

See also

Advertising