Enhanced C#
Language of your choice: library documentation
Properties | Protected Member Functions | List of all members
Loyc.Collections.Impl.CPIntTrie< TValue >.LongEnumerator Class Reference

Source file:
Inheritance diagram for Loyc.Collections.Impl.CPIntTrie< TValue >.LongEnumerator:
Loyc.Collections.Impl.CPEnumerator< TValue >

Properties

new KeyValuePair< long, TValue > Current [get]
 
new TValue CurrentValue [get]
 
new long CurrentKey [get]
 
- Properties inherited from Loyc.Collections.Impl.CPEnumerator< TValue >
Current [get]
 
bool IsValid [get]
 Returns true if this enumerator points to an item and Current is valid. More...
 
InternalList< byte > CurrentKey [get]
 

Protected Member Functions

 LongEnumerator (CPIntTrie< TValue > trie)
 

Additional Inherited Members

- Public Member Functions inherited from Loyc.Collections.Impl.CPEnumerator< TValue >
bool MoveNext ()
 
bool MovePrev ()
 
void Reset ()
 
void Dispose ()
 
- Protected fields inherited from Loyc.Collections.Impl.CPEnumerator< TValue >
CurrentValue
 
CPTrie< T > _trie