#include <util.h>
Protected Member Functions | |
nocopy () | |
Constructor. | |
~nocopy () | |
Destructor. | |
Private Member Functions | |
nocopy (const nocopy &) | |
Copy constructor private and not defined. | |
const nocopy & | operator= (const nocopy &) |
Assignment constructor private and not defined. |
util::nocopy::nocopy | ( | ) | [inline, protected] |
Constructor.
util::nocopy::~nocopy | ( | ) | [inline, protected] |
Destructor.
Not virtual!
util::nocopy::nocopy | ( | const nocopy & | ) | [private] |
Copy constructor private and not defined.
Assignment constructor private and not defined.