#include <boostutils.h>
Inheritance diagram for regina::boost::noncopyable:
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.
http://www.boost.org/
).
regina::boost::noncopyable::noncopyable | ( | ) | [inline, protected] |
A constructor which does nothing.
regina::boost::noncopyable::~noncopyable | ( | ) | [inline, protected] |
A destructor which does nothing.