Regina Calculation Engine
|
A base class that guarantees that derived classes cannot be copied. More...
#include <utilities/boostutils.h>
Protected Member Functions | |
noncopyable () | |
A constructor which does nothing. More... | |
~noncopyable () | |
A destructor which does nothing. More... | |
A base class that guarantees that derived classes cannot be copied.
This is done by defining a private copy constructor and a private copy assignment operator.
|
inlineprotected |
A constructor which does nothing.
|
inlineprotected |
A destructor which does nothing.