A base class that guarantees that derived classes cannot be copied. More...
#include <boostutils.h>
Protected Member Functions | |
| noncopyable () | |
| A constructor which does nothing. | |
| ~noncopyable () | |
| A destructor which does nothing. | |
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.
| regina::boost::noncopyable::noncopyable | ( | ) | [inline, protected] |
A constructor which does nothing.
| regina::boost::noncopyable::~noncopyable | ( | ) | [inline, protected] |
A destructor which does nothing.