Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SkRecords::PODArray< T > Class Template Reference

#include <SkRecords.h>

Public Member Functions

 PODArray ()
 
 PODArray (T *ptr)
 

Detailed Description

template<typename T>
class SkRecords::PODArray< T >

Definition at line 130 of file SkRecords.h.

Constructor & Destructor Documentation

◆ PODArray() [1/2]

template<typename T >
SkRecords::PODArray< T >::PODArray ( )
inline

Definition at line 132 of file SkRecords.h.

132{}

◆ PODArray() [2/2]

template<typename T >
SkRecords::PODArray< T >::PODArray ( T ptr)
inline

Definition at line 133 of file SkRecords.h.

133: fPtr(ptr) {}

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