Jlm
Public Types | Public Member Functions | Private Attributes | List of all members
jlm::llvm::VariableSet::ConstIterator Class Referencefinal

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = const llvm::Variable *
 
using difference_type = std::ptrdiff_t
 
using pointer = const llvm::Variable **
 
using reference = const llvm::Variable *&
 

Public Member Functions

 ConstIterator (const std::unordered_set< const llvm::Variable * >::const_iterator &it)
 
const llvm::VariableGetVariable () const noexcept
 
const llvm::Variableoperator* () const
 
const llvm::Variableoperator-> () const
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 

Private Attributes

std::unordered_set< const llvm::Variable * >::const_iterator It_
 

Detailed Description

Definition at line 26 of file Annotation.hpp.

Member Typedef Documentation

◆ difference_type

Definition at line 31 of file Annotation.hpp.

◆ iterator_category

Definition at line 29 of file Annotation.hpp.

◆ pointer

Definition at line 32 of file Annotation.hpp.

◆ reference

Definition at line 33 of file Annotation.hpp.

◆ value_type

Definition at line 30 of file Annotation.hpp.

Constructor & Destructor Documentation

◆ ConstIterator()

jlm::llvm::VariableSet::ConstIterator::ConstIterator ( const std::unordered_set< const llvm::Variable * >::const_iterator &  it)
inlineexplicit

Definition at line 35 of file Annotation.hpp.

Member Function Documentation

◆ GetVariable()

const llvm::Variable& jlm::llvm::VariableSet::ConstIterator::GetVariable ( ) const
inlinenoexcept

Definition at line 41 of file Annotation.hpp.

◆ operator!=()

bool jlm::llvm::VariableSet::ConstIterator::operator!= ( const ConstIterator other) const
inline

Definition at line 80 of file Annotation.hpp.

◆ operator*()

const llvm::Variable& jlm::llvm::VariableSet::ConstIterator::operator* ( ) const
inline

Definition at line 47 of file Annotation.hpp.

◆ operator++() [1/2]

ConstIterator& jlm::llvm::VariableSet::ConstIterator::operator++ ( )
inline

Definition at line 59 of file Annotation.hpp.

◆ operator++() [2/2]

ConstIterator jlm::llvm::VariableSet::ConstIterator::operator++ ( int  )
inline

Definition at line 66 of file Annotation.hpp.

◆ operator->()

const llvm::Variable* jlm::llvm::VariableSet::ConstIterator::operator-> ( ) const
inline

Definition at line 53 of file Annotation.hpp.

◆ operator==()

bool jlm::llvm::VariableSet::ConstIterator::operator== ( const ConstIterator other) const
inline

Definition at line 74 of file Annotation.hpp.

Member Data Documentation

◆ It_

std::unordered_set<const llvm::Variable *>::const_iterator jlm::llvm::VariableSet::ConstIterator::It_
private

Definition at line 86 of file Annotation.hpp.


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