hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
IRFunctionOptimizer::SimulationStack::Item::ContributedInstructionSet::Iterator Struct Reference

#include <IROptimizer.hpp>

Public Member Functions

 Iterator (const std::set< yoi::indexT > &set)
 
 Iterator (std::set< yoi::indexT >::const_iterator it)
 
bool operator!= (const Iterator &other) const
 
yoi::indexT operator* () const
 
Iteratoroperator++ ()
 

Public Attributes

std::set< yoi::indexT >::const_iterator it
 

Detailed Description

Definition at line 80 of file IROptimizer.hpp.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

Iterator ( const std::set< yoi::indexT > &  set)

Definition at line 42 of file IROptimizer.cpp.

◆ Iterator() [2/2]

Iterator ( std::set< yoi::indexT >::const_iterator  it)

Definition at line 44 of file IROptimizer.cpp.

Member Function Documentation

◆ operator!=()

bool operator!= ( const Iterator other) const

◆ operator*()

yoi::indexT operator* ( ) const

Definition at line 50 of file IROptimizer.cpp.

◆ operator++()

Member Data Documentation

◆ it


The documentation for this struct was generated from the following files: