LLVM: llvm::ImmutableGraph< NodeValueT, EdgeValueT >::EdgeSet::iterator Class Reference (original) (raw)

#include "[Target/X86/ImmutableGraph.h](ImmutableGraph%5F8h%5Fsource.html)"

Public Member Functions
iterator (const EdgeSet &Set, size_type Begin)
iterator operator++ (int)
iterator & operator++ ()
Edge * operator* () 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 >::EdgeSet::iterator

Definition at line 251 of file ImmutableGraph.h.

Constructor & Destructor Documentation

template<typename NodeValueT, typename EdgeValueT>

Member Function Documentation

operator!=()

template<typename NodeValueT, typename EdgeValueT>

operator*()

template<typename NodeValueT, typename EdgeValueT>

operator++() [1/2]

template<typename NodeValueT, typename EdgeValueT>

operator++() [2/2]

template<typename NodeValueT, typename EdgeValueT>

operator==()

template<typename NodeValueT, typename EdgeValueT>


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