clang: clang::FunctionEffectIterator< Container > Class Template Reference (original) (raw)

Support iteration in parallel through a pair of FunctionEffect and EffectConditionExpr containers. More...

#include "[clang/AST/TypeBase.h](TypeBase%5F8h%5Fsource.html)"

Public Member Functions
FunctionEffectIterator ()
FunctionEffectIterator (const Container &O, size_t I)
bool operator== (const FunctionEffectIterator &Other) const
bool operator!= (const FunctionEffectIterator &Other) const
FunctionEffectIterator operator++ ()
FunctionEffectWithCondition operator* () const

template
class clang::FunctionEffectIterator< Container >

Support iteration in parallel through a pair of FunctionEffect and EffectConditionExpr containers.

Definition at line 5022 of file TypeBase.h.

FunctionEffectIterator() [2/2]

template

operator!=()

template

operator*()

template

operator++()

template

operator==()

template


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