|
klee
|
#include <KInstIterator.h>

Public Member Functions | |
| KInstIterator () | |
| KInstIterator (KInstruction **_it) | |
| bool | operator== (const KInstIterator &b) const |
| bool | operator!= (const KInstIterator &b) const |
| KInstIterator & | operator++ () |
| operator KInstruction * () const | |
| operator bool () const | |
| KInstruction * | operator-> () const |
Private Attributes | |
| KInstruction ** | it |
Definition at line 16 of file KInstIterator.h.
|
inline |
Definition at line 20 of file KInstIterator.h.
|
inline |
Definition at line 21 of file KInstIterator.h.
|
inline |
Definition at line 36 of file KInstIterator.h.
References it.
|
inline |
Definition at line 35 of file KInstIterator.h.
References it.
|
inline |
Definition at line 26 of file KInstIterator.h.
|
inline |
Definition at line 30 of file KInstIterator.h.
References it.
|
inline |
Definition at line 38 of file KInstIterator.h.
References it.
|
inline |
Definition at line 23 of file KInstIterator.h.
References it.
|
private |
Definition at line 17 of file KInstIterator.h.
Referenced by operator bool(), operator KInstruction *(), operator++(), operator->(), and operator==().