#include <KInstIterator.h>

Public Member Functions | |
| KInstIterator () | |
| KInstIterator (KInstruction **_it) | |
| KInstIterator (const KInstIterator &b) | |
| ~KInstIterator () | |
| KInstIterator & | operator= (const KInstIterator &b) |
| 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.
| klee::KInstIterator::KInstIterator | ( | ) | [inline] |
Definition at line 20 of file KInstIterator.h.
| klee::KInstIterator::KInstIterator | ( | KInstruction ** | _it | ) | [inline] |
Definition at line 21 of file KInstIterator.h.
| klee::KInstIterator::KInstIterator | ( | const KInstIterator & | b | ) | [inline] |
Definition at line 22 of file KInstIterator.h.
| klee::KInstIterator::~KInstIterator | ( | ) | [inline] |
Definition at line 23 of file KInstIterator.h.
| klee::KInstIterator::operator bool | ( | ) | const [inline] |
| klee::KInstIterator::operator KInstruction * | ( | ) | const [inline] |
| bool klee::KInstIterator::operator!= | ( | const KInstIterator & | b | ) | const [inline] |
Definition at line 33 of file KInstIterator.h.
| KInstIterator& klee::KInstIterator::operator++ | ( | ) | [inline] |
| KInstruction* klee::KInstIterator::operator-> | ( | ) | const [inline] |
| KInstIterator& klee::KInstIterator::operator= | ( | const KInstIterator & | b | ) | [inline] |
| bool klee::KInstIterator::operator== | ( | const KInstIterator & | b | ) | const [inline] |
KInstruction** klee::KInstIterator::it [private] |
Definition at line 17 of file KInstIterator.h.
Referenced by operator bool(), operator KInstruction *(), operator++(), operator->(), operator=(), and operator==().
1.5.8