|
LLVM
3.7.0
|
Typed iterator through MDNode operands. More...
#include <Metadata.h>
Public Member Functions | |
| TypedMDOperandIterator ()=default | |
| TypedMDOperandIterator (MDNode::op_iterator I) | |
| T * | operator* () const |
| TypedMDOperandIterator & | operator++ () |
| TypedMDOperandIterator | operator++ (int) |
| bool | operator== (const TypedMDOperandIterator &X) const |
| bool | operator!= (const TypedMDOperandIterator &X) const |
Typed iterator through MDNode operands.
An iterator that transforms an MDNode::iterator into an iterator over a particular Metadata subclass.
Definition at line 1053 of file Metadata.h.
|
default |
|
inlineexplicit |
Definition at line 1059 of file Metadata.h.
|
inline |
Definition at line 1071 of file Metadata.h.
|
inline |
Definition at line 1060 of file Metadata.h.
|
inline |
Definition at line 1061 of file Metadata.h.
|
inline |
Definition at line 1065 of file Metadata.h.
|
inline |
Definition at line 1070 of file Metadata.h.
1.8.6