class Graph::ChildIterator
Declaration
class Graph::ChildIterator { /* full declaration omitted */ };
Description
ChildIterator - Visit all children of a node.
Declared at: llvm/unittests/ADT/TestGraph.h:163
Method Overview
- protected ChildIterator(llvm::Graph::NodeType * F, llvm::Graph::NodeSubset C)
- public ChildIterator(const llvm::Graph::ChildIterator & other)
Methods
¶ChildIterator(llvm::Graph::NodeType* F,
llvm::Graph::NodeSubset C)
ChildIterator(llvm::Graph::NodeType* F,
llvm::Graph::NodeSubset C)
Declared at: llvm/unittests/ADT/TestGraph.h:174
Parameters
- llvm::Graph::NodeType* F
- llvm::Graph::NodeSubset C
¶ChildIterator(
const llvm::Graph::ChildIterator& other)
ChildIterator(
const llvm::Graph::ChildIterator& other)
Description
ChildIterator - Copy constructor.
Declared at: llvm/unittests/ADT/TestGraph.h:178
Parameters
- const llvm::Graph::ChildIterator& other