![]() |
Open FFBoard
Open source force feedback firmware
|
#include <Singleton.h>
Public Member Functions | |
| Singleton (const Singleton &)=delete | |
| Singleton & | operator= (const Singleton)=delete |
Static Public Member Functions | |
| static T * | getInstance () |
| static int16_t | getSingletonRefCount () |
Protected Member Functions | |
| Singleton () | |
| ~Singleton () | |
Static Protected Attributes | |
| static T * | instance_ptr |
| static int16_t | singletonRefCount |
Definition at line 18 of file Singleton.h.
|
inlineprotected |
Definition at line 22 of file Singleton.h.
Definition at line 24 of file Singleton.h.
|
delete |
|
inlinestatic |
Definition at line 32 of file Singleton.h.
|
inlinestatic |
Definition at line 42 of file Singleton.h.
|
staticprotected |
Definition at line 21 of file Singleton.h.
|
staticprotected |
Definition at line 28 of file Singleton.h.