LLVM 22.0.0git
llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator Class Reference

#include "Target/X86/ImmutableGraph.h"

Public Member Functions

 iterator (const NodeSet &Set, size_type Begin)
iterator operator++ (int)
iteratoroperator++ ()
Nodeoperator* () const
bool operator== (const iterator &other) const
bool operator!= (const iterator &other) const

Detailed Description

template<typename NodeValueT, typename EdgeValueT>
class llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator

Definition at line 163 of file ImmutableGraph.h.

Constructor & Destructor Documentation

◆ iterator()

template<typename NodeValueT, typename EdgeValueT>
llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator::iterator ( const NodeSet & Set,
size_type Begin )
inline

Member Function Documentation

◆ operator!=()

template<typename NodeValueT, typename EdgeValueT>
bool llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator::operator!= ( const iterator & other) const
inline

Definition at line 192 of file ImmutableGraph.h.

References iterator().

◆ operator*()

template<typename NodeValueT, typename EdgeValueT>
Node * llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator::operator* ( ) const
inline

Definition at line 184 of file ImmutableGraph.h.

References assert().

◆ operator++() [1/2]

template<typename NodeValueT, typename EdgeValueT>
iterator & llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator::operator++ ( )
inline

Definition at line 180 of file ImmutableGraph.h.

References iterator().

◆ operator++() [2/2]

template<typename NodeValueT, typename EdgeValueT>
iterator llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator::operator++ ( int )
inline

Definition at line 175 of file ImmutableGraph.h.

References iterator().

◆ operator==()

template<typename NodeValueT, typename EdgeValueT>
bool llvm::ImmutableGraph< NodeValueT, EdgeValueT >::NodeSet::iterator::operator== ( const iterator & other) const
inline

Definition at line 188 of file ImmutableGraph.h.

References assert(), and iterator().


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