#include <nocopy.hh>

Protected Member Functions | |
| NoCopy () | |
| ~NoCopy () | |
It would be equivalent to add a private copy ctor and a private assignment operator to the derived class, but deriving from NoCopy saves typing and looks cleaner.
| NoCopy::NoCopy | ( | ) | [inline, protected] |
| NoCopy::~NoCopy | ( | ) | [inline, protected] |
1.5.6