SingletonT< T > Class Template Reference
Singleton template class. More...
#include <common/common.hh>
Static Public Member Functions | |
static T * | Instance () |
Get an instance of the singleton. More... | |
Protected Member Functions | |
SingletonT () | |
Constructor. More... | |
virtual | ~SingletonT () |
Destructor. More... | |
Detailed Description
template<class T>
class ignition::common::SingletonT< T >
Singleton template class.
Constructor & Destructor Documentation
◆ SingletonT()
|
inlineprotected |
Constructor.
◆ ~SingletonT()
|
inlineprotectedvirtual |
Destructor.
Member Function Documentation
◆ Instance()
|
inlinestatic |
Get an instance of the singleton.
The documentation for this class was generated from the following file: