openMSX
Protected Member Functions | List of all members
noncopyable Class Reference

Based on boost::noncopyable, see boost documentation: http://www.boost.org/libs/utility. More...

#include <noncopyable.hh>

Inheritance diagram for noncopyable:
Inheritance graph
[legend]

Protected Member Functions

 noncopyable ()
 
 ~noncopyable ()
 

Detailed Description

Based on boost::noncopyable, see boost documentation: http://www.boost.org/libs/utility.

Summary: Class noncopyable is a base class. Derive your own class from noncopyable when you want to prohibit copy construction and copy assignment.

Definition at line 12 of file noncopyable.hh.

Constructor & Destructor Documentation

noncopyable::noncopyable ( )
inlineprotected

Definition at line 15 of file noncopyable.hh.

noncopyable::~noncopyable ( )
inlineprotected

Definition at line 16 of file noncopyable.hh.


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