ROSE 0.11.145.147
Public Member Functions | List of all members
Rose::Registry< T, U >::iterator Class Reference

Description

template<typename T, typename U = RegistryTraits<T>>
class Rose::Registry< T, U >::iterator

Iterators for registry entries.

Definition at line 212 of file plugin.h.

#include <midend/astProcessing/plugin.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ iterator()

template<typename T , typename U = RegistryTraits<T>>
Rose::Registry< T, U >::iterator::iterator ( const node N)
inlineexplicit

Definition at line 216 of file plugin.h.

Member Function Documentation

◆ operator==()

template<typename T , typename U = RegistryTraits<T>>
bool Rose::Registry< T, U >::iterator::operator== ( const iterator That) const
inline

Definition at line 218 of file plugin.h.

◆ operator!=()

template<typename T , typename U = RegistryTraits<T>>
bool Rose::Registry< T, U >::iterator::operator!= ( const iterator That) const
inline

Definition at line 219 of file plugin.h.

◆ operator++()

template<typename T , typename U = RegistryTraits<T>>
iterator & Rose::Registry< T, U >::iterator::operator++ ( )
inline

Definition at line 220 of file plugin.h.

◆ operator*()

template<typename T , typename U = RegistryTraits<T>>
const entry & Rose::Registry< T, U >::iterator::operator* ( ) const
inline

Definition at line 221 of file plugin.h.

◆ operator->()

template<typename T , typename U = RegistryTraits<T>>
const entry * Rose::Registry< T, U >::iterator::operator-> ( ) const
inline

Definition at line 222 of file plugin.h.


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