Software Ver.2.0 Owner's manual

Classes of the C++ Interface Methods of the Error Class
2-114 CATC IBTrainer InfiniBand Exerciser API Reference
Methods of the Error Class
As with all other classes within the generator, the error class
IGCError
can be printed using the C++ stream operator or the method
Print()
(see
“Methods of the IGCGeneratorInfo Class” on page 2-57
). This
results in a textual error description readable by humans.
The following table lists all characteristic members of the
Error
class:
void
Clear ( void );
EErrtype
Error ( void ) const;
IGCError ( void );
IGCError ( IN const IGCError & err );
~IGCError ( void );
IGCString
GetErrorText ( void ) const;
ostream
& operator << ( ostream & o, const IGCError & theErr );
ostream & Print (ostream & o) const;
#include <igerror.h>
Characteristic Members
Include Files