LLVM API Documentation
arg_iterator - Iterates through arguments stored inside an ArgList. More...
#include <ArgList.h>
Public Types | |
typedef Arg *const * | value_type |
typedef Arg *const & | reference |
typedef Arg *const * | pointer |
typedef std::forward_iterator_tag | iterator_category |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
arg_iterator (SmallVectorImpl< Arg * >::const_iterator it, const ArgList &_Args, OptSpecifier _Id0=0U, OptSpecifier _Id1=0U, OptSpecifier _Id2=0U) | |
operator const Arg * () | |
reference | operator* () const |
pointer | operator-> () const |
arg_iterator & | operator++ () |
arg_iterator | operator++ (int) |
Friends | |
bool | operator== (arg_iterator LHS, arg_iterator RHS) |
bool | operator!= (arg_iterator LHS, arg_iterator RHS) |
arg_iterator - Iterates through arguments stored inside an ArgList.
typedef std::ptrdiff_t llvm::opt::arg_iterator::difference_type |
typedef std::forward_iterator_tag llvm::opt::arg_iterator::iterator_category |
typedef Arg* const* llvm::opt::arg_iterator::pointer |
typedef Arg* const& llvm::opt::arg_iterator::reference |
typedef Arg* const* llvm::opt::arg_iterator::value_type |
llvm::opt::arg_iterator::arg_iterator | ( | SmallVectorImpl< Arg * >::const_iterator | it, |
const ArgList & | _Args, | ||
OptSpecifier | _Id0 = 0U , |
||
OptSpecifier | _Id1 = 0U , |
||
OptSpecifier | _Id2 = 0U |
||
) | [inline] |
reference llvm::opt::arg_iterator::operator* | ( | ) | const [inline] |
arg_iterator& llvm::opt::arg_iterator::operator++ | ( | ) | [inline] |
arg_iterator llvm::opt::arg_iterator::operator++ | ( | int | ) | [inline] |
pointer llvm::opt::arg_iterator::operator-> | ( | ) | const [inline] |
bool operator!= | ( | arg_iterator | LHS, |
arg_iterator | RHS | ||
) | [friend] |
bool operator== | ( | arg_iterator | LHS, |
arg_iterator | RHS | ||
) | [friend] |