LLVM API Documentation
#include <Registry.h>
Public Member Functions | |
| iterator (const node *N) | |
| bool | operator== (const iterator &That) const |
| bool | operator!= (const iterator &That) const |
| iterator & | operator++ () |
| const entry & | operator* () const |
| const entry * | operator-> () const |
Iterators for registry entries.
Definition at line 108 of file Registry.h.
| llvm::Registry< T, U >::iterator::iterator | ( | const node * | N | ) | [inline, explicit] |
Definition at line 112 of file Registry.h.
| bool llvm::Registry< T, U >::iterator::operator!= | ( | const iterator & | That | ) | const [inline] |
Definition at line 115 of file Registry.h.
| const entry& llvm::Registry< T, U >::iterator::operator* | ( | ) | const [inline] |
Definition at line 117 of file Registry.h.
| iterator& llvm::Registry< T, U >::iterator::operator++ | ( | ) | [inline] |
Definition at line 116 of file Registry.h.
| const entry* llvm::Registry< T, U >::iterator::operator-> | ( | ) | const [inline] |
Definition at line 118 of file Registry.h.
| bool llvm::Registry< T, U >::iterator::operator== | ( | const iterator & | That | ) | const [inline] |
Definition at line 114 of file Registry.h.