Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 899 of file il.h.

Constructor & Destructor Documentation

◆ InstructionIndexedPropertyIterable()

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

Definition at line 920 of file il.h.

921 : instr_(instr) {}

Member Function Documentation

◆ begin()

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

Definition at line 923 of file il.h.

923{ return {instr_, 0}; }

◆ end()

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

Definition at line 924 of file il.h.

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

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