TIBCO Adapter SDK C++ Reference
MComponentEnumerator
Class Hierarchy | C++ Classes and Methods | Members | Methods
This class allows you to iterate through the components of a specific component type. Component types can be any subclass of MComponent. It can be MPublisher, MSubscriber, Msink, and so on.

Components are iterated by calling the next() method.

Declaration
template <class T> class MComponentEnumerator;
Class Hierarchy
MComponentEnumerator
File
MComponentRegistry.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.