LLVM 20.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++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
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 = std::forward_iterator_tag |
using | value_type = const entry |
using | difference_type = std::ptrdiff_t |
using | pointer = const entry * |
using | reference = const entry & |
Protected Types inherited from llvm::iterator_facade_base< iterator, std::forward_iterator_tag, const entry > | |
enum | |
Iterators for registry entries.
Definition at line 83 of file Registry.h.
|
inlineexplicit |
Definition at line 89 of file Registry.h.
|
inline |
Definition at line 93 of file Registry.h.
|
inline |
Definition at line 92 of file Registry.h.
|
inline |
Definition at line 91 of file Registry.h.