#include <Singleton.h>
Inheritance diagram for syn::Singleton:
Static Public Methods | |
singleClass* | instance (void) |
Use the macro from above... More... | |
Protected Methods | |
Singleton () | |
Don't create a singleton with new! use instance(). More... | |
virtual | ~Singleton () |
don't delete a singleton! More... |
class myClass : public vpr::Singleton<myClass>
Definition at line 16 of file Singleton.h.
|
Don't create a singleton with new! use instance().
Definition at line 53 of file Singleton.h. |
|
don't delete a singleton!
Definition at line 58 of file Singleton.h. |
|
Use the macro from above...
kludgy yeah, but... NOTE: it might not be good to have the imp inline in the header??? Definition at line 29 of file Singleton.h. |