TIBCO Adapter SDK C++ 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
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.