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

Indri::Char_pVector::Char_pVectorEnumerator Class Reference

List of all members.

Public Member Functions

 Char_pVectorEnumerator (Char_pVector collection)
bool MoveNext ()
void Reset ()

Properties

string Current
object System.Collections.IEnumerator. Current

Private Attributes

Char_pVector 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::Char_pVector::Char_pVectorEnumerator::Char_pVectorEnumerator Char_pVector  collection  )  [inline]
 


Member Function Documentation

bool Indri::Char_pVector::Char_pVectorEnumerator::MoveNext  )  [inline]
 

void Indri::Char_pVector::Char_pVectorEnumerator::Reset  )  [inline]
 


Member Data Documentation

Char_pVector Indri::Char_pVector::Char_pVectorEnumerator::collectionRef [private]
 

int Indri::Char_pVector::Char_pVectorEnumerator::currentIndex [private]
 

object Indri::Char_pVector::Char_pVectorEnumerator::currentObject [private]
 

int Indri::Char_pVector::Char_pVectorEnumerator::currentSize [private]
 


Property Documentation

object System.Collections.IEnumerator. Indri::Char_pVector::Char_pVectorEnumerator::Current [get, private]
 

string Indri::Char_pVector::Char_pVectorEnumerator::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