Flutter Engine
The Flutter Engine
|
#include <AtlasTypes.h>
Public Member Functions | |
AtlasToken (const AtlasToken &)=default | |
AtlasToken & | operator= (const AtlasToken &)=default |
bool | operator== (const AtlasToken &that) const |
bool | operator!= (const AtlasToken &that) const |
bool | operator< (const AtlasToken that) const |
bool | operator<= (const AtlasToken that) const |
bool | operator> (const AtlasToken that) const |
bool | operator>= (const AtlasToken that) const |
AtlasToken & | operator++ () |
AtlasToken | operator++ (int) |
AtlasToken | next () const |
bool | inInterval (const AtlasToken &start, const AtlasToken &end) |
Static Public Member Functions | |
static AtlasToken | InvalidToken () |
AtlasToken is used to sequence uploads relative to each other and to batches of draws.
Definition at line 151 of file AtlasTypes.h.
|
default |
|
inline |
Is this token in the [start, end] inclusive interval?
Definition at line 188 of file AtlasTypes.h.
|
inlinestatic |
Definition at line 153 of file AtlasTypes.h.
|
inline |
Definition at line 185 of file AtlasTypes.h.
|
inline |
Definition at line 161 of file AtlasTypes.h.
|
inline |
Definition at line 175 of file AtlasTypes.h.
|
inline |
Definition at line 179 of file AtlasTypes.h.
|
inline |
Definition at line 162 of file AtlasTypes.h.
|
inline |
Definition at line 165 of file AtlasTypes.h.
|
default |
|
inline |
Definition at line 158 of file AtlasTypes.h.
|
inline |
Definition at line 168 of file AtlasTypes.h.
|
inline |
Definition at line 171 of file AtlasTypes.h.