Flutter Engine
The Flutter Engine
|
#include <SkPtrRecorder.h>
Public Member Functions | |
uint32_t | find (T ptr) |
uint32_t | add (T ptr) |
void | copyToArray (T *array) const |
Public Member Functions inherited from SkPtrSet | |
uint32_t | find (void *) const |
uint32_t | add (void *) |
int | count () const |
void | copyToArray (void *array[]) const |
void | reset () |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Additional Inherited Members | |
Protected Member Functions inherited from SkPtrSet | |
virtual void | incPtr (void *) |
virtual void | decPtr (void *) |
Templated wrapper for SkPtrSet, just meant to automate typecasting parameters to and from void* (which the base class expects).
Definition at line 108 of file SkPtrRecorder.h.
Definition at line 113 of file SkPtrRecorder.h.
Definition at line 117 of file SkPtrRecorder.h.
Definition at line 110 of file SkPtrRecorder.h.