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