Copy constructor, Type conversions – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 115

Advertising
background image

Methods of the IGCVal Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-93

Copy Constructor

IGCVal (const IGCVal & el);

Copy constructor.

A newly created IGCVal object.

el

Reference to the object that should be copied.

None

Type Conversions

IGCVal (const int);

IGCVal (const ig_bool);

IGCVal (const ig_int8);

IGCVal (const ig_int16);

IGCVal (const ig_int32);

IGCVal (const IGCUIntX &);

IGCVal (const IGCString &);

IGCVal (ig_charcptr);

Conversions from the data types used.

The new IGCVal class with the appropriate content.

Parameters are the input values of type int, ig_bool, ig_int8, and so on.

None

Call

Description

Return Value

Input Parameters

See also

Calls

Description

Return Value

Parameters

See also

Advertising