Flutter Engine
The Flutter Engine
Classes | Public Member Functions | List of all members
dart::InstructionIndexedPropertyIterable< Trait > Class Template Reference

#include <il.h>

Classes

struct  Iterator
 

Public Member Functions

 InstructionIndexedPropertyIterable (const Instruction *instr)
 
Iterator begin () const
 
Iterator end () const
 

Detailed Description

template<typename Trait>
class dart::InstructionIndexedPropertyIterable< Trait >

Definition at line 905 of file il.h.

Constructor & Destructor Documentation

◆ InstructionIndexedPropertyIterable()

template<typename Trait >
dart::InstructionIndexedPropertyIterable< Trait >::InstructionIndexedPropertyIterable ( const Instruction instr)
inlineexplicit

Definition at line 926 of file il.h.

927 : instr_(instr) {}

Member Function Documentation

◆ begin()

template<typename Trait >
Iterator dart::InstructionIndexedPropertyIterable< Trait >::begin ( ) const
inline

Definition at line 929 of file il.h.

929{ return {instr_, 0}; }

◆ end()

template<typename Trait >
Iterator dart::InstructionIndexedPropertyIterable< Trait >::end ( ) const
inline

Definition at line 930 of file il.h.

930{ return {instr_, Trait::Length(instr_)}; }

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