LLVM  3.7.0
Public Member Functions | List of all members
llvm::DIEValueList::const_iterator Class Reference

#include <DIE.h>

Inheritance diagram for llvm::DIEValueList::const_iterator:
[legend]
Collaboration diagram for llvm::DIEValueList::const_iterator:
[legend]

Public Member Functions

 const_iterator ()=default
 
 const_iterator (DIEValueList::iterator X)
 
 const_iterator (ListTy::const_iterator X)
 
 operator bool () const
 
const DIEValueoperator* () const
 
- Public Member Functions inherited from llvm::iterator_adaptor_base< const_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
const_iterator & operator+= (difference_type n)
 
const_iterator & operator-= (difference_type n)
 
difference_type operator- (const const_iterator &RHS) const
 
const_iterator & operator++ ()
 
const_iterator & operator-- ()
 
bool operator== (const const_iterator &RHS) const
 
bool operator< (const const_iterator &RHS) const
 
const DIEValueoperator* () const
 
- Public Member Functions inherited from llvm::iterator_facade_base< const_iterator, std::forward_iterator_tag, const DIEValue, typename std::iterator_traits< ListTy::const_iterator >::difference_type, const DIEValue *, const DIEValue & >
const_iterator operator+ (typename std::iterator_traits< ListTy::const_iterator >::difference_typen) const
 
const_iterator operator- (typename std::iterator_traits< ListTy::const_iterator >::difference_typen) 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 DIEValueoperator-> () const
 
const DIEValueoperator[] (typename std::iterator_traits< ListTy::const_iterator >::difference_typen) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_adaptor_base< const_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< const_iterator, std::forward_iterator_tag, const DIEValue, typename std::iterator_traits< ListTy::const_iterator >::difference_type, const DIEValue *, const DIEValue & >
enum  
 
- Protected Member Functions inherited from llvm::iterator_adaptor_base< const_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
 iterator_adaptor_base ()=default
 
 iterator_adaptor_base (U &&u, typename std::enable_if< !std::is_base_of< typename std::remove_cv< typename std::remove_reference< U >::type >::type, const_iterator >::value, int >::type=0)
 
const ListTy::const_iterator & wrapped () const
 
- Protected Attributes inherited from llvm::iterator_adaptor_base< const_iterator, ListTy::const_iterator, std::forward_iterator_tag, const DIEValue >
ListTy::const_iterator I
 

Detailed Description

Definition at line 588 of file DIE.h.

Constructor & Destructor Documentation

llvm::DIEValueList::const_iterator::const_iterator ( )
default
llvm::DIEValueList::const_iterator::const_iterator ( DIEValueList::iterator  X)
inline

Definition at line 598 of file DIE.h.

llvm::DIEValueList::const_iterator::const_iterator ( ListTy::const_iterator  X)
inlineexplicit

Definition at line 599 of file DIE.h.

Member Function Documentation

llvm::DIEValueList::const_iterator::operator bool ( ) const
inlineexplicit
const DIEValue& llvm::DIEValueList::const_iterator::operator* ( ) const
inline

The documentation for this class was generated from the following file: