![]() |
My Project
|
Uncopyable for preventing object copies. More...
#include <Uncopyable.h>
Protected Member Functions | |
Uncopyable () | |
Constructor. | |
~Uncopyable () | |
Destructor. | |
Uncopyable for preventing object copies.
Uncopyable class for preventing the inheriting class to be copied. The inheriting class must use private inheritance.
Definition at line 43 of file Uncopyable.h.