Android-cuttlefish cvd tool
|
#include <types.h>
Public Member Functions | |
weak_ptr ()=default | |
weak_ptr (T *ptr) | |
weak_ptr (const weak_ptr ©) | |
weak_ptr (weak_ptr &&move) | |
~weak_ptr () | |
weak_ptr & | operator= (const weak_ptr ©) |
weak_ptr & | operator= (weak_ptr &&move) |
T * | get () const |
void | reset (T *ptr=nullptr) |
Private Attributes | |
T * | ptr_ = nullptr |
Friends | |
struct | enable_weak_from_this< T > |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |