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

Lemur::IRVector::IRVectorEnumerator Class Reference

List of all members.

Public Member Functions

 IRVectorEnumerator (IRVector collection)
bool MoveNext ()
void Reset ()

Properties

IndexedReal Current
object System.Collections.IEnumerator. Current

Private Attributes

IRVector 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

Lemur::IRVector::IRVectorEnumerator::IRVectorEnumerator IRVector  collection  )  [inline]
 


Member Function Documentation

bool Lemur::IRVector::IRVectorEnumerator::MoveNext  )  [inline]
 

void Lemur::IRVector::IRVectorEnumerator::Reset  )  [inline]
 


Member Data Documentation

IRVector Lemur::IRVector::IRVectorEnumerator::collectionRef [private]
 

int Lemur::IRVector::IRVectorEnumerator::currentIndex [private]
 

object Lemur::IRVector::IRVectorEnumerator::currentObject [private]
 

int Lemur::IRVector::IRVectorEnumerator::currentSize [private]
 


Property Documentation

object System.Collections.IEnumerator. Lemur::IRVector::IRVectorEnumerator::Current [get, private]
 

IndexedReal Lemur::IRVector::IRVectorEnumerator::Current [get]
 


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