Core Library
Protected Member Functions | Private Member Functions
Core::NotCopyable Class Reference

Base class used to disable copying of the derived class. More...

#include <NotCopyable.hpp>

Inheritance diagram for Core::NotCopyable:
Core::Scoped< T >

List of all members.

Protected Member Functions

 NotCopyable ()

Private Member Functions

 NotCopyable (const NotCopyable &)
 Disable copy constructor.
NotCopyableoperator= (const NotCopyable &)
 Disable assignment.

Detailed Description

Base class used to disable copying of the derived class.

This class should be privately inherited from.


Constructor & Destructor Documentation

Core::NotCopyable::NotCopyable ( ) [inline, protected]

Disable copy constructor.


Member Function Documentation

NotCopyable& Core::NotCopyable::operator= ( const NotCopyable ) [private]

Disable assignment.


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