|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Breadth-First Search tree enumerator More...
Public Member Functions | |
| BFSTreeEnumerator (Tree< T > root) | |
| Creates a new instance of the BFSTreeEnumerator{T} class. More... | |
| void | Dispose () |
| bool | MoveNext () |
| void | Reset () |
Properties | |
| T | Current [get] |
| Gets the element in the collection at the current position of the enumerator. More... | |
Breadth-First Search tree enumerator
| T | Node value type |
Definition at line 90 of file TreeEnumerators.cs.
| Mercury.Nucleus.Trees.BFSTreeEnumerator< T >.BFSTreeEnumerator | ( | Tree< T > | root | ) |
Creates a new instance of the BFSTreeEnumerator{T} class.
| root | The root element |
Definition at line 105 of file TreeEnumerators.cs.
| void Mercury.Nucleus.Trees.BFSTreeEnumerator< T >.Dispose | ( | ) |
Definition at line 130 of file TreeEnumerators.cs.
| bool Mercury.Nucleus.Trees.BFSTreeEnumerator< T >.MoveNext | ( | ) |
Definition at line 136 of file TreeEnumerators.cs.
| void Mercury.Nucleus.Trees.BFSTreeEnumerator< T >.Reset | ( | ) |
Definition at line 150 of file TreeEnumerators.cs.
|
get |
Gets the element in the collection at the current position of the enumerator.
Definition at line 118 of file TreeEnumerators.cs.
1.8.7