TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MInstance::MInstance
MInstance
Constructor for creating MInstance instances. This constructor creates an MInstance by making a copy of an existing MInstance.
Parameters
Parameters
Description
const MInstance& refMInstance
MInstance of which you want to create a copy.
Exceptions
MException
is thrown on the following conditions.
when the specified class description is not available
when class registry is NULL
Declaration
MInstance(
const
MInstance& refMInstance)
throw
(
MException
);
Links
MInstance
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference