Developer Documentation
|
#include <libs_required/OpenMesh/src/OpenMesh/Core/Utils/Noncopyable.hh>
Private Member Functions | |
Noncopyable (const Noncopyable &) | |
Prevent access to copy constructor. | |
const Noncopyable & | operator= (const Noncopyable &) |
Prevent access to assignment operator. | |
This class demonstrates the non copyable idiom. In some cases it is important an object can't be copied. Deriving from Noncopyable makes sure all relevant constructor and operators are made inaccessable, for public AND derived classes.
Definition at line 76 of file Noncopyable.hh.