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 |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
protectedinherited |