uicore::Singleton< T > Class Template Reference

Workaround for broken destruction of static member variables in MSVC. More...

#include <singleton_bugfix.h>

Public Member Functions

 Singleton ()
 
T * get ()
 
T * operator-> ()
 

Detailed Description

template<typename T>
class uicore::Singleton< T >

Workaround for broken destruction of static member variables in MSVC.

Constructor & Destructor Documentation

template<typename T >
uicore::Singleton< T >::Singleton ( )
inline

Member Function Documentation

template<typename T >
T* uicore::Singleton< T >::get ( )
inline
template<typename T >
T* uicore::Singleton< T >::operator-> ( )
inline

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