Core::NotCopyable Class Reference

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

#include <NotCopyable.hpp>

Inheritance diagram for Core::NotCopyable:

Core::Exception Core::SmartPtr< T > Core::NotImplException Core::IFacePtr< T > Core::SharedPtr< T > List of all members.

Public 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]

Core::NotCopyable::NotCopyable ( const NotCopyable  )  [private]

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:
Generated on Wed Feb 13 22:53:28 2008 for Core Library by  doxygen 1.5.2