LLVM  8.0.1
Public Member Functions | List of all members
llvm::filter_iterator_impl< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > Class Template Reference

Specialization of filter_iterator_base for bidirectional iteration. More...

#include "llvm/ADT/STLExtras.h"

Inheritance diagram for llvm::filter_iterator_impl< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >:
Inheritance graph
[legend]
Collaboration diagram for llvm::filter_iterator_impl< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >:
Collaboration graph
[legend]

Public Member Functions

 filter_iterator_impl (WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred)
 
filter_iterator_imploperator-- ()
 
- Public Member Functions inherited from llvm::filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >
filter_iterator_baseoperator++ ()
 
- Public Member Functions inherited from llvm::iterator_adaptor_base< filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >, WrappedIteratorT, std::common_type< std::bidirectional_iterator_tag, std::iterator_traits< WrappedIteratorT >::iterator_category >::type >
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > & operator+= (difference_type n)
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > & operator-= (difference_type n)
 
difference_type operator- (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > & operator++ ()
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > & operator-- ()
 
bool operator== (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
bool operator< (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, typename std::iterator_traits< WrappedIteratorT >::value_type & >::type operator* () const
 
- Public Member Functions inherited from llvm::iterator_facade_base< filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >, std::common_type< std::bidirectional_iterator_tag, std::iterator_traits< WrappedIteratorT >::iterator_category >::type, typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::difference_type, typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, typename std::iterator_traits< WrappedIteratorT >::value_type * >::type, typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, typename std::iterator_traits< WrappedIteratorT >::value_type & >::type >
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > operator+ (typename std::iterator_traits< WrappedIteratorT >::difference_type n) const
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > operator- (typename std::iterator_traits< WrappedIteratorT >::difference_type n) const
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > & operator++ ()
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > operator++ (int)
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > & operator-- ()
 
filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > operator-- (int)
 
bool operator!= (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
bool operator> (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
bool operator<= (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
bool operator>= (const filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag > &RHS) const
 
typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, typename std::iterator_traits< WrappedIteratorT >::value_type *>::type operator-> ()
 
typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, typename std::iterator_traits< WrappedIteratorT >::value_type *>::type operator-> () const
 
ReferenceProxy operator[] (typename std::iterator_traits< WrappedIteratorT >::difference_type n)
 
ReferenceProxy operator[] (typename std::iterator_traits< WrappedIteratorT >::difference_type n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_adaptor_base< filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >, WrappedIteratorT, std::common_type< std::bidirectional_iterator_tag, std::iterator_traits< WrappedIteratorT >::iterator_category >::type >
using difference_type = typename std::iterator_traits< WrappedIteratorT >::difference_type
 
- Protected Types inherited from llvm::iterator_facade_base< filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >, std::common_type< std::bidirectional_iterator_tag, std::iterator_traits< WrappedIteratorT >::iterator_category >::type, typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::difference_type, typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::pointer, typename std::iterator_traits< WrappedIteratorT >::value_type * >::type, typename std::conditional< std::is_same< typename std::iterator_traits< WrappedIteratorT >::value_type, typename std::iterator_traits< WrappedIteratorT >::value_type >::value, typename std::iterator_traits< WrappedIteratorT >::reference, typename std::iterator_traits< WrappedIteratorT >::value_type & >::type >
enum  
 
- Protected Member Functions inherited from llvm::filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >
void findNextValid ()
 
 filter_iterator_base (WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred)
 
- Protected Member Functions inherited from llvm::iterator_adaptor_base< filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >, WrappedIteratorT, std::common_type< std::bidirectional_iterator_tag, std::iterator_traits< WrappedIteratorT >::iterator_category >::type >
 iterator_adaptor_base ()=default
 
 iterator_adaptor_base (WrappedIteratorT u)
 
const WrappedIteratorT & wrapped () const
 
- Protected Attributes inherited from llvm::filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >
WrappedIteratorT End
 
PredicateT Pred
 
- Protected Attributes inherited from llvm::iterator_adaptor_base< filter_iterator_base< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >, WrappedIteratorT, std::common_type< std::bidirectional_iterator_tag, std::iterator_traits< WrappedIteratorT >::iterator_category >::type >
WrappedIteratorT I
 

Detailed Description

template<typename WrappedIteratorT, typename PredicateT>
class llvm::filter_iterator_impl< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >

Specialization of filter_iterator_base for bidirectional iteration.

Definition at line 366 of file STLExtras.h.

Constructor & Destructor Documentation

◆ filter_iterator_impl()

template<typename WrappedIteratorT , typename PredicateT >
llvm::filter_iterator_impl< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >::filter_iterator_impl ( WrappedIteratorT  Begin,
WrappedIteratorT  End,
PredicateT  Pred 
)
inline

Definition at line 380 of file STLExtras.h.

Member Function Documentation

◆ operator--()

template<typename WrappedIteratorT , typename PredicateT >
filter_iterator_impl& llvm::filter_iterator_impl< WrappedIteratorT, PredicateT, std::bidirectional_iterator_tag >::operator-- ( )
inline

Definition at line 384 of file STLExtras.h.


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