TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MTree::=
MTree
Assignment operator. Upon completion, the left side is an independent copy of the
MTree
instance on the right side.
Remarks
This operator makes a copy of the underlying data item; call the destructor to free the associated memory.
Parameters
Parameters
Description
const MTree& refMTree
An instance of
MTree
.
Declaration
MTree
&
operator
=(
const
MTree
& refMTree);
Links
MTree
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference