|
GCC Middle and Back End API Reference
|
#include <iterator-utils.h>


Public Types | |
| using | value_type |
Public Member Functions | |
| list_iterator & | operator++ () |
| list_iterator | operator++ (int) |
| T | operator* () const |
| bool | operator== (const wrapper_iterator &) const |
| bool | operator!= (const wrapper_iterator &) const |
Protected Attributes | |
| T | m_contents |
Private Types | |
| using | parent = wrapper_iterator<T *> |
|
private |
|
inherited |
|
inherited |
References wrapper_iterator().
|
inlineinherited |
References m_contents, and T.
|
inline |
References wrapper_iterator< T * >::m_contents.
|
inline |
References wrapper_iterator< T * >::m_contents.
|
inherited |
References wrapper_iterator().
|
protectedinherited |