TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Next
MBool::=
MBool
Assignment operator. Upon completion, the left side is an independent copy of the
MBool
instance on the right side.
Remarks
This operator makes a copy of the underlying data item.
Parameters
Parameters
Description
Mboolean boolValue
The value, either Mtrue or Mfalse, for assignment.
Declaration
MBool
&
operator
=(Mboolean boolValue);
Links
MBool
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference