LLVM: llvm::Registry< T >::iterator Class Reference (original) (raw)
Iterators for registry entries. More...
#include "[llvm/Support/Registry.h](Registry%5F8h%5Fsource.html)"
Inheritance diagram for llvm::Registry< T >::iterator:
[legend]
| 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 |
Detailed Description
template<typename T>
class llvm::Registry< T >::iterator
Iterators for registry entries.
Definition at line 95 of file Registry.h.
Constructor & Destructor Documentation
template<typename T>
| llvm::Registry< T >::iterator::iterator ( const node * N) | inlineexplicit |
|---|
Definition at line 101 of file Registry.h.
References N.
Referenced by operator++(), and operator==().
Member Function Documentation
◆ operator*()
template<typename T>
| const entry & llvm::Registry< T >::iterator::operator* ( ) const | inline |
|---|
Definition at line 105 of file Registry.h.
◆ operator++()
template<typename T>
| iterator & llvm::Registry< T >::iterator::operator++ ( ) | inline |
|---|
Definition at line 104 of file Registry.h.
References iterator().
◆ operator==()
template<typename T>
| bool llvm::Registry< T >::iterator::operator== ( const iterator & That) const | inline |
|---|
Definition at line 103 of file Registry.h.
References iterator().
The documentation for this class was generated from the following file:
- include/llvm/Support/Registry.h