clang  3.9.0
Public Member Functions | List of all members
clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred > Class Template Reference

#include <CFG.h>

Public Member Functions

 FilteredCFGBlockIterator (const IMPL &i, const IMPL &e, const CFGBlock *from, const FilterOptions &f)
 
bool hasMore () const
 
FilteredCFGBlockIteratoroperator++ ()
 
const CFGBlockoperator* () const
 

Detailed Description

template<typename IMPL, bool IsPred>
class clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >

Definition at line 573 of file CFG.h.

Constructor & Destructor Documentation

template<typename IMPL , bool IsPred>
clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::FilteredCFGBlockIterator ( const IMPL &  i,
const IMPL &  e,
const CFGBlock from,
const FilterOptions f 
)
inlineexplicit

Member Function Documentation

template<typename IMPL , bool IsPred>
bool clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::hasMore ( ) const
inline
template<typename IMPL , bool IsPred>
const CFGBlock* clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator* ( ) const
inline

Definition at line 594 of file CFG.h.

template<typename IMPL , bool IsPred>
FilteredCFGBlockIterator& clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred >::operator++ ( )
inline

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