Internal helper class that prevent copy constructor for class. More...
#include <easylogging++.h>

Protected Member Functions | |
| NoCopy (void) | |
Private Member Functions | |
| NoCopy (const NoCopy &) | |
| NoCopy & | operator= (const NoCopy &) |
Internal helper class that prevent copy constructor for class.
When using this class simply inherit it privately
Definition at line 546 of file easylogging++.h.
|
inlineprotected |
Definition at line 548 of file easylogging++.h.
|
private |