Software Ver.2.0 Owner's manual
Classes of the C++ Interface Methods of the IGCObject Class
2-98 CATC IBTrainer InfiniBand Exerciser API Reference
Methods of the IGCObject Class
This class is purely virtual and cannot be created by the user. It
implements the
Set()
and
Get()
functions for all classes with properties.
The constructor and destructor of this class are protected and not for
public use.
The following table lists the characteristic members of the
IGCObject
class:
void
Set ( IN ig_int32 prop, IN const IGCVal & val );
IGCVal Get(INig_int32prop);
virtual void Default ( void );
virtual void CopyProps ( IN const IGCObject & other, IN ig_bool rwOnly );
#include <igobject.h>
Characteristic Members
Include Files