TIBCO Adapter SDK C++ Reference
MUnionDescription
Class Hierarchy | C++ Classes and Methods | Members | Methods
A subclass of MBaseClassDescription that encapsulates a type that is a union. A union joins several union members that can then be accessed through the union.

Like classes, unions are containers of data items, but the contents of a union are alternatives, and only one alternative is present in the union instance.

Declaration
class MUnionDescription : public MBaseClassDescription;
Class Hierarchy
MObject, MPropertyBag
        MMetaDescription
            MBaseClassDescription
                MUnionDescription
File
MUnionDescription.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.