Flutter Engine
The Flutter Engine
|
#include <port_set.h>
Public Member Functions | |
Iterator (PortSet< T > *ports, intptr_t index) | |
DART_FORCE_INLINE T & | operator-> () const |
DART_FORCE_INLINE T & | operator* () const |
DART_FORCE_INLINE bool | operator== (const Iterator &other) const |
DART_FORCE_INLINE bool | operator!= (const Iterator &other) const |
DART_FORCE_INLINE Iterator & | operator++ () |
DART_FORCE_INLINE void | Delete () |
Friends | |
class | PortSet |
Definition at line 29 of file port_set.h.
|
inline |
Definition at line 31 of file port_set.h.
|
inline |
Definition at line 75 of file port_set.h.
|
inline |
Definition at line 53 of file port_set.h.
|
inline |
Definition at line 42 of file port_set.h.
|
inline |
Definition at line 58 of file port_set.h.
|
inline |
Definition at line 37 of file port_set.h.
|
inline |
Definition at line 48 of file port_set.h.
Definition at line 84 of file port_set.h.