VAPOR3 3.9.4
|
Mixin class that prevents copying. More...
#include <NonCopyableMixin.h>
Protected Member Functions | |
NonCopyableMixin () | |
~NonCopyableMixin () | |
Mixin class that prevents copying.
If a class inherits from this class, attempting to copy it will throw a compiler error.
This class is used as follows:
class NonCopyableObject : private NonCopyableMixin
Definition at line 19 of file NonCopyableMixin.h.
|
inlineprotected |
Definition at line 21 of file NonCopyableMixin.h.
|
inlineprotected |
Definition at line 22 of file NonCopyableMixin.h.