|
Monero
|
Internal helper class that makes all default constructors private. More...
#include <easylogging++.h>

Private Member Functions | |
| StaticClass (void) | |
| StaticClass (const StaticClass &) | |
| StaticClass & | operator= (const StaticClass &) |
Internal helper class that makes all default constructors private.
@detail This prevents initializing class making it static unless an explicit constructor is declared. When using this class simply inherit it privately
|
private |
|
private |
|
private |