Flutter Engine
The Flutter Engine
Classes | Public Member Functions | List of all members
dart::ValueListIterable Class Reference

#include <il.h>

Classes

struct  Iterator
 

Public Member Functions

 ValueListIterable (Value *value)
 
Iterator begin () const
 
Iterator end () const
 

Detailed Description

Definition at line 936 of file il.h.

Constructor & Destructor Documentation

◆ ValueListIterable()

dart::ValueListIterable::ValueListIterable ( Value value)
inlineexplicit

Definition at line 953 of file il.h.

953: value_(value) {}
uint8_t value

Member Function Documentation

◆ begin()

Iterator dart::ValueListIterable::begin ( ) const
inline

Definition at line 955 of file il.h.

955{ return {value_}; }

◆ end()

Iterator dart::ValueListIterable::end ( ) const
inline

Definition at line 956 of file il.h.

956{ return {nullptr}; }

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