Flutter Engine
The Flutter Engine
|
#include <DrawOrder.h>
Public Member Functions | |
MonotonicValue ()=default | |
MonotonicValue (const MonotonicValue &o)=default | |
MonotonicValue & | operator= (const MonotonicValue &o)=default |
bool | operator< (MonotonicValue o) const |
bool | operator<= (MonotonicValue o) const |
bool | operator> (MonotonicValue o) const |
bool | operator>= (MonotonicValue o) const |
bool | operator== (MonotonicValue o) const |
bool | operator!= (MonotonicValue o) const |
uint16_t | bits () const |
MonotonicValue | next () const |
Static Public Member Functions | |
static constexpr MonotonicValue | First () |
static constexpr MonotonicValue | Last () |
Definition at line 20 of file DrawOrder.h.
|
default |
|
default |
|
inline |
Definition at line 39 of file DrawOrder.h.
|
inlinestaticconstexpr |
Definition at line 22 of file DrawOrder.h.
|
inlinestaticconstexpr |
Definition at line 23 of file DrawOrder.h.
|
inline |
Definition at line 42 of file DrawOrder.h.
|
inline |
Definition at line 37 of file DrawOrder.h.
|
inline |
Definition at line 30 of file DrawOrder.h.
|
inline |
Definition at line 31 of file DrawOrder.h.
|
default |
|
inline |
Definition at line 36 of file DrawOrder.h.
|
inline |
Definition at line 33 of file DrawOrder.h.
|
inline |
Definition at line 34 of file DrawOrder.h.