tbx  0.7.3
Public Member Functions | Friends | List of all members
tbx::view::Selection::Iterator Class Reference

Class to iterate through all the selected indices. More...

#include <selection.h>

Public Member Functions

 Iterator (const Iterator &other)
 Copy constructor. More...
 
Iteratoroperator= (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.
 
Iteratoroperator++ ()
 Prefix operator.
 
Iterator operator++ (int)
 Postfix operator.
 

Friends

class Selection
 

Detailed Description

Class to iterate through all the selected indices.

Constructor & Destructor Documentation

tbx::view::Selection::Iterator::Iterator ( const Iterator other)

Copy constructor.

Parameters
otherselection iterator to copy

The documentation for this class was generated from the following files: