#include <SkTemplates.h>
Public Member Functions | |
SkAutoTMalloc (size_t count) | |
~SkAutoTMalloc () | |
T * | get () const |
Allocate a temp array on the stack/heap. Does NOT call any constructors/destructors on T (i.e. T must be POD)
Definition at line 176 of file SkTemplates.h.
SkAutoTMalloc< T >::SkAutoTMalloc | ( | size_t | count | ) | [inline] |
Definition at line 178 of file SkTemplates.h.
SkAutoTMalloc< T >::~SkAutoTMalloc | ( | ) | [inline] |
Definition at line 182 of file SkTemplates.h.
T* SkAutoTMalloc< T >::get | ( | ) | const [inline] |
Definition at line 186 of file SkTemplates.h.