ArrayListEnumerator Class Reference
[Collections Library]

#include <dotnetstl/collections/object_enumerators.hpp>

List of all members.


Detailed Description

Provides an IEnumerator implementation on an ArrayList.

Public Member Functions

 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.

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:

Generated on Thu Jun 10 08:59:04 2010 for STLSoft by  doxygen 1.5.6