![]() |
VectorNav C++ Library
|
Identifies a derived class as being unable to be copied and prevents copy attempts. More...
#include <nocopy.h>
Protected Member Functions | |
NoCopy () | |
Allows construction of derived objects. | |
~NoCopy () | |
Allows destruction of derived objects. | |
Identifies a derived class as being unable to be copied and prevents copy attempts.
Example for making derived objects uncopyable.