Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::gen::noncopyable Class Reference

Classes derived from this can not be copied or assigned. More...

#include <more/utility.h>

Inheritance diagram for more::gen::noncopyable:

Inheritance graph
[legend]
List of all members.

Public Methods


Detailed Description

Classes derived from this can not be copied or assigned.

Since C++ provies a default copy constructor and copy assignment operator for classes which does not define them, it is necessary to explicitely state that copying is not allow; which is done with this common ideom.


Constructor & Destructor Documentation

more::gen::noncopyable::noncopyable   [inline]
 


The documentation for this class was generated from the following file:
Generated on Sat Sep 7 19:12:09 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.