#include <OnixS/CME/MDH/TinySet.h>
Definition at line 168 of file TinySet.h.
◆ ItemIterator
Aliases iterator over the internal store.
Definition at line 175 of file TinySet.h.
◆ Items
| typedef std::vector<std::string> Items |
Aliases for internal representation.
Definition at line 172 of file TinySet.h.
◆ TinyStrSetIterator() [1/3]
Initializes the iterator pointing to nowhere.
Definition at line 178 of file TinySet.h.
◆ TinyStrSetIterator() [2/3]
Initializes the instance as a copy of the other one.
Definition at line 181 of file TinySet.h.
◆ TinyStrSetIterator() [3/3]
Initializes from iterator over the internal storage.
Definition at line 187 of file TinySet.h.
◆ ~TinyStrSetIterator()
◆ operator!=()
Compares with the other instance.
Definition at line 208 of file TinySet.h.
◆ operator*()
Provides access to the underlying object.
Definition at line 196 of file TinySet.h.
◆ operator++()
Advances the instance to the next item in the collection.
Definition at line 223 of file TinySet.h.
◆ operator=()
Re-initializes as a copy of the other instance.
Definition at line 214 of file TinySet.h.
◆ operator==()
Compares with the other instance.
Definition at line 202 of file TinySet.h.