clang API Documentation

Public Member Functions
clang::CFGBlock::FilteredCFGBlockIterator< IMPL, IsPred > Class Template Reference

#include <CFG.h>

List of all members.

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 575 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 
) [inline, explicit]

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 596 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: