Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Enumerations
fml::scoped_policy Namespace Reference

Enumerations

enum  OwnershipPolicy { kAssume , kRetain }
 

Enumeration Type Documentation

◆ OwnershipPolicy

Enumerator
kAssume 
kRetain 

Definition at line 12 of file scoped_policy.h.

12 {
13 // The scoped object takes ownership of an object by taking over an existing
14 // ownership claim.
15 kAssume,
16
17 // The scoped object will retain the the object and any initial ownership is
18 // not changed.
20};