Skia
2DGraphicsLibrary
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkAutoTUnref< T > Class Template Reference

Utility class that simply unref's its argument in the destructor. More...

#include <SkRefCnt.h>

Inheritance diagram for SkAutoTUnref< T >:

Public Member Functions

 SkAutoTUnref (T *obj=nullptr)
 
 operator T * () const
 

Detailed Description

template<typename T>
class SkAutoTUnref< T >

Utility class that simply unref's its argument in the destructor.


The documentation for this class was generated from the following file: