Shaka Player Embedded
Public Member Functions | List of all members
shaka::PseudoSingleton< T >::UnsetForTesting Struct Reference

#include <pseudo_singleton.h>

Public Member Functions

 UnsetForTesting ()
 
 ~UnsetForTesting ()
 

Detailed Description

template<typename T>
struct shaka::PseudoSingleton< T >::UnsetForTesting

An RAII type that unsets the singleton for this type for the duration of this object's lifetime.

Definition at line 43 of file pseudo_singleton.h.

Constructor & Destructor Documentation

§ UnsetForTesting()

template<typename T>
shaka::PseudoSingleton< T >::UnsetForTesting::UnsetForTesting ( )
inline

Definition at line 44 of file pseudo_singleton.h.

§ ~UnsetForTesting()

template<typename T>
shaka::PseudoSingleton< T >::UnsetForTesting::~UnsetForTesting ( )
inline

Definition at line 47 of file pseudo_singleton.h.


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