Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Nested classes | Properties | Public Member Functions | Protected fields | List of all members
Loyc.Collections.Impl.CPEnumerator< T > Class Template Reference

Traverses a CPTrie{T}. Returned by CPTrie{T}.ValueEnumerator(). More...


Source file:
Inheritance diagram for Loyc.Collections.Impl.CPEnumerator< T >:

Remarks

Traverses a CPTrie{T}. Returned by CPTrie{T}.ValueEnumerator().

Properties

Current [get]
 
bool IsValid [get]
 Returns true if this enumerator points to an item and Current is valid. More...
 
InternalList< byte > CurrentKey [get]
 

Public Member Functions

bool MoveNext ()
 
bool MovePrev ()
 
void Reset ()
 
void Dispose ()
 

Protected fields

CurrentValue
 
CPTrie< T > _trie
 

Property Documentation

bool Loyc.Collections.Impl.CPEnumerator< T >.IsValid
get

Returns true if this enumerator points to an item and Current is valid.