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

Iterators for registry entries. More...

#include <Registry.h>

Public Member Functions

 iterator (const node *N)
 
bool operator== (const iterator &That) const
 
bool operator!= (const iterator &That) const
 
iteratoroperator++ ()
 
const entryoperator* () const
 
const entryoperator-> () const
 

Detailed Description

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

Iterators for registry entries.

Definition at line 84 of file Registry.h.

Constructor & Destructor Documentation

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

Definition at line 88 of file Registry.h.

Member Function Documentation

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

Definition at line 91 of file Registry.h.

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

Definition at line 93 of file Registry.h.

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

Definition at line 92 of file Registry.h.

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

Definition at line 94 of file Registry.h.

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

Definition at line 90 of file Registry.h.


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