class LayerHandle
Defined at line 30 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
Public Methods
void LayerHandle ()
Defined at line 34 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
void LayerHandle (InstanceId instance_id, uint64_t layer_id)
Defined at line 35 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
void LayerHandle (const LayerHandle & other)
Allow copy and move ctors.
Defined at line 39 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
LayerHandle & operator= (const LayerHandle & other)
Defined at line 40 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
void LayerHandle (LayerHandle && other)
Defined at line 41 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
LayerHandle & operator= (LayerHandle && other)
Defined at line 42 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
std::strong_ordering operator<=> (const LayerHandle & )
Default "Spaceship operator" generates all six comparison operators (==, !=,
<
,
<
=, >, >=)
by comparing each field in the order declared.
Defined at line 46 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
InstanceId GetInstanceId ()
Defined at line 48 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
uint64_t GetLayerId ()
Defined at line 49 of file ../../src/ui/scenic/lib/flatland/flatland_types.h
Friends
std::ostream & LayerHandle (std::ostream & out, const flatland::LayerHandle & h)
class hash