Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::private_io_port::const_iterator< TIO_Port > Class Template Reference

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
Public Types inherited from etl::iterator< ETL_OR_STD::forward_iterator_tag, const TIO_Port::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_typeoperator* () const
const_iterator & operator++ ()
 Pre-increment operator.
const_iterator operator++ (int)
 Post-increment operator.

Public Attributes

friend TIO_Port
 Allow TIO_Port access.

Detailed Description

template<typename TIO_Port>
class etl::private_io_port::const_iterator< TIO_Port >

Common io_port const_iterator implementation.


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