Lines Matching full:ownership
31 * - No transfer of ownership via copy/assignment to reduce misuse. Simpler & more robust.
33 * - Need to be able to orphan/release the pointer and its ownership.
55 * whether to use getAlias() (without transfer of ownership) or orpan()
56 * (with transfer of ownership and NULLing of the pointer).
67 * Constructor takes ownership.
107 * Access without ownership change.
113 * Access without ownership change.
119 * Access without ownership change.
125 * Gives up ownership; the internal pointer becomes NULL.
137 * and adopts (takes ownership of) the one passed in.
152 // No ownership transfer: No copy constructor, no assignment operator.
185 * Constructor takes ownership.
199 * and adopts (takes ownership of) the one passed in.
231 * Constructor takes ownership.
245 * and adopts (takes ownership of) the one passed in.