openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
utils
noncopyable.hh
Go to the documentation of this file.
1
#ifndef NONCOPYABLE_HH
2
#define NONCOPYABLE_HH
3
12
class
noncopyable
13
{
14
protected
:
15
noncopyable
() {}
16
~noncopyable
() {}
17
private
:
18
noncopyable
(
const
noncopyable
&);
19
const
noncopyable
& operator=(
const
noncopyable
&);
20
};
21
22
#endif
Generated on Mon May 20 2013 12:16:59 for openMSX by
1.8.1.2