|
CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
| BaseSetSingleIteratorWrapper () | |
| Creates an unset iterator. More... | |
| BaseSetSingleIteratorWrapper (TStorageIterator &&storageIter) | |
| Creates an iterator around a storage iterator (storageIter). More... | |
| TFindResult | get () const |
| Gets the underlying value. More... | |
Private Attributes | |
| bool | m_isSet |
| TStorageIterator | m_storageIter |
Iterator that represents a find result from a base set that supports one type of container iterator.
|
inline |
Creates an unset iterator.
|
inlineexplicit |
Creates an iterator around a storage iterator (storageIter).
|
inline |
Gets the underlying value.
|
private |
|
private |