TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Next
MInstanceImplSelector
C++ Classes and Methods
MInstance
can use two different structure types to store the members. The following structure types are available:
C++
Description
M_INSTANCE_DEFAULT_IMPL
the same as M_INSTANCE_MAP_IMPL.
M_INSTANCE_MAP_IMPL
use hash table to store the
MInstance
members. High performance and more memory used.
M_INSTANCE_LIST_IMPL
use list to store the
MInstance
members. Low performance and less memory used.
Declaration
typedef
enum
MInstanceImplSelector@1 MInstanceImplSelector;
File
MDefinitions.h
Links
C++ Classes and Methods
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference