class Ref
Defined at line 27 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.h
A move-only reference to the snapshot. Only one can be checked out at a time.
Public Methods
void Ref (const Ref & )
Defined at line 29 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.h
Ref & operator= (const Ref & )
Defined at line 30 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.h
const Snapshot * operator-> ()
Defined at line 35 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.h
const Snapshot & operator* ()
Defined at line 36 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.h
void Ref (Ref && other)
Defined at line 45 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.cc
Ref & operator= (Ref && other)
Defined at line 50 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.cc
void ~Ref ()
Defined at line 66 of file ../../src/ui/scenic/lib/view_tree/snapshot_holder.cc
Friends
class SnapshotHolder