Quantum 3
3.0.14
An iterator for traversing the entries of a QHashSet<T>. This iterator allows for traversing the values stored within the hash set in a sequential manner. More...
Public Member Functions | |
| bool | MoveNext () |
| Advances the iterator to the next element of the QHashSet<T>, which can be retrieved with QHashSetIterator<T>.Current. More... | |
Properties | |
| readonly T | Current [get] |
| Gets the current key-value pair in the QHashSet<T> based in the iterator state. More... | |
| readonly T * | ValuePtrUnsafe [get] |
| Returns a pointer to the current value based on the iterator current element. More... | |
An iterator for traversing the entries of a QHashSet<T>. This iterator allows for traversing the values stored within the hash set in a sequential manner.
| T | : | unmanaged |
|
inline |
Advances the iterator to the next element of the QHashSet<T>, which can be retrieved with QHashSetIterator<T>.Current.
true if the iterator is still in the boundaries of the QHashSet<T>.
|
get |
Gets the current key-value pair in the QHashSet<T> based in the iterator state.
|
get |
Returns a pointer to the current value based on the iterator current element.