Cdaqmxbalanceresult::isobject, Cdaqmxbalanceresult::operator – Yokogawa PC-Based MX100 User Manual

Page 107

Advertising
background image

2-84

IM MX190-01E

CDAQMXBalanceResult::isObject

Syntax

virtual int isObject(const char * classname =
"CDAQMXBalanceResult");

Parameters

classname

Specify the class name using a string.

Description

Checks whether the specified class name was inherited.
If parameters are omitted, checks whether it is this class.
Classes that inherit this class must be overridden in order to check their own
classes.
Returns true (valid value) if the class was inherited. Otherwise, returns false
(invalid).
If different from this class, checked with the parent class.

Return value

Returns a Boolean value.

Reference

CDAQMXBalanceData::isObject

CDAQMXBalanceResult::operator=

Syntax

CDAQMXBalanceResult & operator=(CDAQMXBalanceResult &
cMXBalanceResult);

Parameters

cMXBalanceResult

Specify the data to be substituted using an object.

Description

Copies the data member from the specified object.

Return value

Returns the reference to the object.

2.5 Details of the MX100 Class

Advertising