Internal helper class that makes all default constructors private. More...
#include <easylogging++.h>
Private Member Functions | |
StaticClass & | operator= (const StaticClass &) |
StaticClass (void) | |
StaticClass (const StaticClass &) | |
Internal helper class that makes all default constructors private.
This prevents initializing class making it static unless an explicit constructor is declared. When using this class simply inherit it privately
Definition at line 557 of file easylogging++.h.
|
private |
|
private |
|
private |