Base class for classes that cannot be copied. More...
#include <basic.h>
Public Member Functions | |
NotCopyable () | |
NotCopyable implementation. | |
Base class for classes that cannot be copied.
By inheriting this class you can disable copying of your classes.