My Project
Protected Member Functions | List of all members
Uncopyable Class Reference

Uncopyable for preventing object copies. More...

#include <Uncopyable.h>

Inheritance diagram for Uncopyable:
Lock

Protected Member Functions

 Uncopyable ()
 Constructor.
 
 ~Uncopyable ()
 Destructor.
 

Detailed Description

Uncopyable for preventing object copies.

Uncopyable class for preventing the inheriting class to be copied. The inheriting class must use private inheritance.

Definition at line 43 of file Uncopyable.h.


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