LLVM 19.0.0git
Public Member Functions | List of all members
llvm::Registry< T >::iterator Class Reference

Iterators for registry entries. More...

#include "llvm/Support/Registry.h"

Inheritance diagram for llvm::Registry< T >::iterator:
Inheritance graph
[legend]

Public Member Functions

 iterator (const node *N)
 
bool operator== (const iterator &That) const
 
iteratoroperator++ ()
 
const entryoperator* () 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  
 

Detailed Description

template<typename T>
class llvm::Registry< T >::iterator

Iterators for registry entries.

Definition at line 83 of file Registry.h.

Constructor & Destructor Documentation

◆ iterator()

template<typename T >
llvm::Registry< T >::iterator::iterator ( const node N)
inlineexplicit

Definition at line 89 of file Registry.h.

Member Function Documentation

◆ operator*()

template<typename T >
const entry & llvm::Registry< T >::iterator::operator* ( ) const
inline

Definition at line 93 of file Registry.h.

◆ operator++()

template<typename T >
iterator & llvm::Registry< T >::iterator::operator++ ( )
inline

Definition at line 92 of file Registry.h.

◆ operator==()

template<typename T >
bool llvm::Registry< T >::iterator::operator== ( const iterator That) const
inline

Definition at line 91 of file Registry.h.


The documentation for this class was generated from the following file: