class RefCountedThreadSafeBase
Defined at line 20 of file ../../src/lib/fxl/memory/ref_counted_internal.h
See ref_counted.h for comments on the public methods.
Public Methods
void AddRef ()
Defined at line 22 of file ../../src/lib/fxl/memory/ref_counted_internal.h
bool HasOneRef ()
Defined at line 30 of file ../../src/lib/fxl/memory/ref_counted_internal.h
void AssertHasOneRef ()
Defined at line 32 of file ../../src/lib/fxl/memory/ref_counted_internal.h
Protected Methods
bool Release ()
Returns true if the object should self-delete.
Defined at line 39 of file ../../src/lib/fxl/memory/ref_counted_internal.h
void RefCountedThreadSafeBase ()
Defined at line 85 of file ../../src/lib/fxl/memory/ref_counted_internal.h
void ~RefCountedThreadSafeBase ()
Defined at line 95 of file ../../src/lib/fxl/memory/ref_counted_internal.h