Loading...
Searching...
No Matches
UsdSkelImagingSharedPtrThunk< T > Class Template Referenceabstract

A thunk for shared pointers computing the result only once and using atomic operations to store the cached result. More...

#include <dataSourceUtils.h>

Public Types

using Handle = std::shared_ptr< T >
 

Public Member Functions

Handle Get ()
 
void Invalidate ()
 

Protected Member Functions

virtual Handle _Compute ()=0
 

Detailed Description

template<typename T>
class UsdSkelImagingSharedPtrThunk< T >

A thunk for shared pointers computing the result only once and using atomic operations to store the cached result.

Definition at line 20 of file dataSourceUtils.h.

Member Typedef Documentation

◆ Handle

using Handle = std::shared_ptr<T>

Definition at line 23 of file dataSourceUtils.h.

Member Function Documentation

◆ Get()

Handle Get ( )
inline

Definition at line 25 of file dataSourceUtils.h.

◆ Invalidate()

void Invalidate ( )
inline

Definition at line 41 of file dataSourceUtils.h.


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