|
LLVM 22.0.0git
|
Iterators for registry entries. More...
#include "llvm/Support/Registry.h"
Public Member Functions | |
| iterator (const node *N) | |
| bool | operator== (const iterator &That) const |
| iterator & | operator++ () |
| const entry & | operator* () const |
| Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const entry > | |
| iterator | operator+ (std::ptrdiff_t n) const |
| iterator | operator- (std::ptrdiff_t n) const |
| iterator & | operator++ () |
| iterator & | operator-- () |
| bool | operator!= (const iterator &RHS) const |
| bool | operator> (const iterator &RHS) const |
| bool | operator<= (const iterator &RHS) const |
| bool | operator>= (const iterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const entry > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const entry > | |
| enum | |
Iterators for registry entries.
Definition at line 95 of file Registry.h.
|
inlineexplicit |
Definition at line 101 of file Registry.h.
References N.
Referenced by operator++(), and operator==().
|
inline |
Definition at line 105 of file Registry.h.
|
inline |
Definition at line 104 of file Registry.h.
References iterator().
|
inline |
Definition at line 103 of file Registry.h.
References iterator().