tbx
0.7.6
|
Class to iterate through all the selected indices. More...
#include <selection.h>
Public Member Functions | |
Iterator (const Iterator &other) | |
Copy constructor. More... | |
Iterator & | operator= (const Iterator &other) |
Assignment. | |
bool | operator== (const Iterator &other) const |
Compare two iterators. | |
bool | operator!= (const Iterator &other) const |
Compare two iterators. | |
unsigned int | operator* () const |
Get index for iterator. | |
Iterator & | operator++ () |
Prefix operator. | |
Iterator | operator++ (int) |
Postfix operator. | |
Friends | |
class | Selection |
Class to iterate through all the selected indices.
tbx::view::Selection::Iterator::Iterator | ( | const Iterator & | other | ) |
Copy constructor.
other | selection iterator to copy |