LLVM API Documentation
#include <DSGraphTraits.h>
Inheritance diagram for llvm::DSNodeIterator< NodeTy >:


Public Member Functions | |
| DSNodeIterator (const DSNodeHandle &NH) | |
| bool | operator== (const _Self &x) const |
| bool | operator!= (const _Self &x) const |
| const _Self & | operator= (const _Self &I) |
| pointer | operator * () const |
| pointer | operator-> () const |
| _Self & | operator++ () |
| _Self | operator++ (int) |
| unsigned | getOffset () const |
| const DSNode * | getNode () const |
Friends | |
| class | DSNode |
Definition at line 27 of file DSGraphTraits.h.
| llvm::DSNodeIterator< NodeTy >::DSNodeIterator | ( | const DSNodeHandle & | NH | ) | [inline] |
Definition at line 46 of file DSGraphTraits.h.
| bool llvm::DSNodeIterator< NodeTy >::operator== | ( | const _Self & | x | ) | const [inline] |
Definition at line 49 of file DSGraphTraits.h.
References llvm::DSNodeIterator< NodeTy >::Offset, and Offset.
Referenced by llvm::DSNodeIterator< NodeTy >::operator!=().
| bool llvm::DSNodeIterator< NodeTy >::operator!= | ( | const _Self & | x | ) | const [inline] |
Definition at line 52 of file DSGraphTraits.h.
References llvm::DSNodeIterator< NodeTy >::operator==().
| const _Self& llvm::DSNodeIterator< NodeTy >::operator= | ( | const _Self & | I | ) | [inline] |
Definition at line 54 of file DSGraphTraits.h.
References Node, llvm::DSNodeIterator< NodeTy >::Node, llvm::DSNodeIterator< NodeTy >::Offset, and Offset.
| pointer llvm::DSNodeIterator< NodeTy >::operator * | ( | ) | const [inline] |
Definition at line 60 of file DSGraphTraits.h.
Referenced by llvm::DSNodeIterator< NodeTy >::operator->().
| pointer llvm::DSNodeIterator< NodeTy >::operator-> | ( | ) | const [inline] |
Definition at line 66 of file DSGraphTraits.h.
References llvm::DSNodeIterator< NodeTy >::operator *().
| _Self& llvm::DSNodeIterator< NodeTy >::operator++ | ( | ) | [inline] |
| _Self llvm::DSNodeIterator< NodeTy >::operator++ | ( | int | ) | [inline] |
Definition at line 72 of file DSGraphTraits.h.
| unsigned llvm::DSNodeIterator< NodeTy >::getOffset | ( | ) | const [inline] |
Definition at line 76 of file DSGraphTraits.h.
References Offset.
Referenced by llvm::DOTGraphTraits< const DSGraph * >::edgeTargetsEdgeSource(), and llvm::DOTGraphTraits< const DSGraph * >::getEdgeTarget().
| const DSNode* llvm::DSNodeIterator< NodeTy >::getNode | ( | ) | const [inline] |
Definition at line 77 of file DSGraphTraits.h.
References Node.
Referenced by llvm::DSNode::assertOK(), llvm::DOTGraphTraits< const DSGraph * >::edgeTargetsEdgeSource(), and llvm::DOTGraphTraits< const DSGraph * >::getEdgeTarget().
friend class DSNode [friend] |
Definition at line 28 of file DSGraphTraits.h.