#include <boostutils.h>

Protected Member Functions | |
| noncopyable () | |
| A constructor which does nothing. | |
| ~noncopyable () | |
| A destructor which does nothing. | |
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.