Definition at line 109 of file CallGraphTraverse.h.
|
| enum | direction {
fw =0
,
bw =1
} |
| |
◆ direction
| enum CGFunction::iterator::direction |
◆ iterator() [1/2]
| CGFunction::iterator::iterator |
( |
| ) |
|
|
inline |
◆ iterator() [2/2]
| CGFunction::iterator::iterator |
( |
const CGFunction *const |
func, |
|
|
direction |
dir |
|
) |
| |
|
inline |
◆ getTarget() [1/2]
◆ getTarget() [2/2]
| Function CGFunction::iterator::getTarget |
( |
| ) |
|
|
inline |
◆ operator++()
| void CGFunction::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ advanceToNextValidPoint()
| void CGFunction::iterator::advanceToNextValidPoint |
( |
| ) |
|
|
inline |
◆ operator==()
| bool CGFunction::iterator::operator== |
( |
const iterator & |
that | ) |
|
|
inline |
◆ operator!=()
| bool CGFunction::iterator::operator!= |
( |
const iterator & |
that | ) |
|
|
inline |
◆ dir
| direction CGFunction::iterator::dir |
|
protected |
◆ itn
| std::set<SgGraphNode*>::iterator CGFunction::iterator::itn |
|
protected |
◆ edges
◆ ite
◆ visitedCGNodes
| std::set<SgGraphNode*> CGFunction::iterator::visitedCGNodes |
|
protected |
◆ func
◆ finished
| bool CGFunction::iterator::finished |
|
protected |
The documentation for this class was generated from the following file: