Embedded Template Library 1.0
|
Const Iterator. More...
#include <bresenham_line.h>
Public Member Functions | |
const_iterator () | |
Default constructor. | |
const_iterator (const const_iterator &other) | |
Copy constructor. | |
const_iterator & | operator= (const const_iterator &rhs) |
Assignment operator. | |
const_iterator & | operator++ () |
Pre-increment operator. | |
value_type | operator* () const |
De-reference operator. | |
Friends | |
class | bresenham_line |
bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
Equality operator. | |
bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |
Inequality operator. | |
Additional Inherited Members | |
![]() | |
typedef const value_type | value_type |
typedef ptrdiff_t | difference_type |
typedef const value_type * | pointer |
typedef const value_type & | reference |
typedef ETL_OR_STD::forward_iterator_tag | iterator_category |
Const Iterator.