|
LLVM
4.0.0
|
#include <DIE.h>
Public Member Functions | |
| const_value_iterator ()=default | |
| const_value_iterator (DIEValueList::value_iterator X) | |
| const_value_iterator (ListTy::const_iterator X) | |
| operator bool () const | |
| const DIEValue & | operator* () const |
Public Member Functions inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue > | |
| const_value_iterator & | operator+= (difference_type n) |
| const_value_iterator & | operator-= (difference_type n) |
| difference_type | operator- (const const_value_iterator &RHS) const |
| const_value_iterator & | operator++ () |
| const_value_iterator & | operator-- () |
| bool | operator== (const const_value_iterator &RHS) const |
| bool | operator< (const const_value_iterator &RHS) const |
| typename std::conditional < std::is_same< const DIEValue, typename std::iterator_traits < ListTy::const_iterator > ::value_type >::value,typename std::iterator_traits < ListTy::const_iterator > ::reference, const DIEValue & > ::type | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
| DerivedT | operator+ (DifferenceTypeT n) const |
| DerivedT | operator- (DifferenceTypeT n) const |
| DerivedT & | operator++ () |
| DerivedT | operator++ (int) |
| DerivedT & | operator-- () |
| DerivedT | operator-- (int) |
| bool | operator!= (const DerivedT &RHS) const |
| bool | operator> (const DerivedT &RHS) const |
| bool | operator<= (const DerivedT &RHS) const |
| bool | operator>= (const DerivedT &RHS) const |
| PointerT | operator-> () const |
| ReferenceProxy | operator[] (DifferenceTypeT n) const |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue > | |
| typedef typename std::iterator_traits < ListTy::const_iterator > ::difference_type | difference_type |
Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
| enum | { IsRandomAccess, IsBidirectional } |
Protected Member Functions inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue > | |
| iterator_adaptor_base ()=default | |
| iterator_adaptor_base (ListTy::const_iteratoru) | |
| const ListTy::const_iterator & | wrapped () const |
Protected Attributes inherited from llvm::iterator_adaptor_base< const_value_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue > | |
| ListTy::const_iterator | I |
|
default |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
1.8.6