TIBCO Adapter SDK C++ Reference
Up | Next
MDataFactory::create
MDataFactory
Creates an MData instance from the primitive type you pass in..
Remarks
See MPrimitiveClassDescription for a list of primitive types.

It is the caller's responsibility to delete the MData pointer returned by this method.

Parameters
Parameters Description
const MString& type Name of the primitive type to create.
const MString& value Value of the primitive type.
Declaration
MData* create(const MString& type, const MString& value) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.