Methods of the igcobject class – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 120

Advertising
background image

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 ( IN ig_int32 prop );

virtual void

Default ( void );

virtual void

CopyProps ( IN const IGCObject & other, IN ig_bool rwOnly );

#include <igobject.h>

Characteristic Members

Include Files

Advertising