Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Indri::StringVector::StringVectorEnumerator Class Reference

List of all members.

Public Member Functions

 StringVectorEnumerator (StringVector collection)
bool MoveNext ()
void Reset ()

Properties

string Current
object System.Collections.IEnumerator. Current

Private Attributes

StringVector collectionRef
int currentIndex
object currentObject
int currentSize

Detailed Description

Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.


Constructor & Destructor Documentation

Indri::StringVector::StringVectorEnumerator::StringVectorEnumerator StringVector  collection  )  [inline]
 


Member Function Documentation

bool Indri::StringVector::StringVectorEnumerator::MoveNext  )  [inline]
 

void Indri::StringVector::StringVectorEnumerator::Reset  )  [inline]
 


Member Data Documentation

StringVector Indri::StringVector::StringVectorEnumerator::collectionRef [private]
 

int Indri::StringVector::StringVectorEnumerator::currentIndex [private]
 

object Indri::StringVector::StringVectorEnumerator::currentObject [private]
 

int Indri::StringVector::StringVectorEnumerator::currentSize [private]
 


Property Documentation

object System.Collections.IEnumerator. Indri::StringVector::StringVectorEnumerator::Current [get, private]
 

string Indri::StringVector::StringVectorEnumerator::Current [get]
 


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:02:59 2010 for Lemur by doxygen 1.3.4