STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ArrayListEnumerator Class Reference

Provides an IEnumerator implementation on an ArrayList. More...

#include <dotnetstl_object_enumerators.h>

List of all members.

Public Methods

 ArrayListEnumerator (System::Collections::ArrayList *objects)
 Creates an enumerator for the given list.

Object * get_Current ()
 Returns the current object.

bool MoveNext ()
 Advances the search by one position.

void Reset ()
 Resets the enumeration.


Detailed Description

Provides an IEnumerator implementation on an ArrayList.


Constructor & Destructor Documentation

ArrayListEnumerator System::Collections::ArrayList *    objects [inline]
 

Creates an enumerator for the given list.


Member Function Documentation

Object* get_Current   [inline]
 

Returns the current object.

bool MoveNext   [inline]
 

Advances the search by one position.

Return values:
true  An object is available at the new position
false  The enumeration is complete

void Reset   [inline]
 

Resets the enumeration.


The documentation for this class was generated from the following file:

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004