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