Embedded Template Library 1.0
|
Common io_port const_iterator implementation. More...
#include <io_port.h>
Public Types | |
typedef TIO_Port | io_port_type |
Types. | |
typedef const TIO_Port::value_type | value_type |
![]() | |
typedef const TIO_Port::value_type | value_type |
typedef ptrdiff_t | difference_type |
typedef const TIO_Port::value_type * | pointer |
typedef const TIO_Port::value_type & | reference |
typedef ETL_OR_STD::forward_iterator_tag | iterator_category |
Public Member Functions | |
const_iterator (const iterator_type &other) | |
const_iterator (const const_iterator &other) | |
const_iterator & | operator= (const iterator_type &other) |
const_iterator & | operator= (const const_iterator &other) |
const io_port_type & | operator* () const |
const_iterator & | operator++ () |
Pre-increment operator. | |
const_iterator | operator++ (int) |
Post-increment operator. | |
Public Attributes | |
friend | TIO_Port |
Allow TIO_Port access. | |
Common io_port const_iterator implementation.