MADNESS  version 0.9
Public Member Functions | List of all members
NO_DEFAULTS Class Reference

Disables default copy constructor and assignment operators. More...

#include <nodefaults.h>

Inheritance diagram for NO_DEFAULTS:
Inheritance graph
[legend]

Public Member Functions

 NO_DEFAULTS ()
 

Detailed Description

Disables default copy constructor and assignment operators.

From http://home.pb.net/~tglenn/CPPNOTES.html. Inherit from this class in order to inhibit the automatic generation of the default copy constructor and the default assignment operator of the derived class.

Constructor & Destructor Documentation

NO_DEFAULTS::NO_DEFAULTS ( )
inline

The documentation for this class was generated from the following file: