|
using | iterator_category = std::bidirectional_iterator_tag |
|
using | value_type = T |
|
using | difference_type = ptrdiff_t |
|
using | pointer = T * |
|
using | reference = T & |
|
|
| iterator (std::vector< UniqueVector< T >> &buckets, const int idx_bucket, const int idx_in_bucket) |
|
iterator & | operator++ () |
|
iterator | operator++ (int) |
|
reference | operator* () const |
|
pointer | operator-> () const |
|
bool | operator== (const iterator &rhs) const |
|
bool | operator!= (const iterator &rhs) const |
|
iterator & | operator-- () |
|
iterator | operator-- (int) |
|
|
void | FindNextElement () |
|
void | FindPreviousElement () |
|
|
friend | HashSet< T > |
|
std::vector< UniqueVector< T > > * | buckets_ = nullptr |
|
int | idx_bucket_ = 0 |
|
int | idx_in_bucket_ = 0 |
|
The documentation for this class was generated from the following file:
- /home/runner/work/symbolic/symbolic/include/symbolic/utils/hash_set.h