TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MListEnumerator
Class Hierarchy
|
C++ Classes and Methods
|
Members
|
Methods
This class allows you to iterate through the elements of a list.
Remarks
Applications should not call the constructor for this class; instead, they should call the
MList::newEnumerator
method.
Declaration
template
<
class
_I>
class
MListEnumerator :
public
MEnumerator
<Mu4, _I>;
Class Hierarchy
MEnumerator
MListEnumerator
File
MList.h
Links
Class Hierarchy
,
C++ Classes and Methods
,
Members
,
Methods
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference