1 #ifndef _VNUTIL_NOCOPY_H_
4 #define _VNUTIL_NOCOPY_H_
NoCopy()
Allows construction of derived objects.
Definition: nocopy.h:27
~NoCopy()
Allows destruction of derived objects.
Definition: nocopy.h:30
Identifies a derived class as being unable to be copied and prevents copy attempts.
Definition: nocopy.h:21