|
LLVM
4.0.0
|
#include <DIE.h>
Public Member Functions | |
| iterator ()=default | |
| iterator (T *N) | |
| iterator & | operator++ () |
| operator bool () const | |
| T & | operator* () const |
| bool | operator== (const iterator &X) const |
| bool | operator!= (const iterator &X) const |
Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, T > | |
| iterator | operator+ (std::ptrdiff_tn) const |
| iterator | operator- (std::ptrdiff_tn) const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| bool | operator!= (const iterator &RHS) const |
| bool | operator> (const iterator &RHS) const |
| bool | operator<= (const iterator &RHS) const |
| bool | operator>= (const iterator &RHS) const |
| T * | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_tn) const |
Friends | |
| class | const_iterator |
Additional Inherited Members | |
Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, T > | |
| enum | |
|
default |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
1.8.6