OgreHaptics::NonCopyable Class Reference

NonCopyable provides the base implementation for all classes which should not be copyable through either copy constructors and assignment operators. More...

#include <OgreHapticsNonCopyable.h>

Inheritance diagram for OgreHaptics::NonCopyable:

OgreHaptics::ConcurrentQueue< T > OgreHaptics::ConcurrentQueue< T >::HazardPtr

List of all members.

Protected Member Functions

 NonCopyable ()
 ~NonCopyable ()


Detailed Description

NonCopyable provides the base implementation for all classes which should not be copyable through either copy constructors and assignment operators.

Remarks:
Adapted from Effective C++ as authored by Scott Meyers.

Definition at line 37 of file OgreHapticsNonCopyable.h.


Constructor & Destructor Documentation

OgreHaptics::NonCopyable::NonCopyable (  )  [protected]

Definition at line 40 of file OgreHapticsNonCopyable.h.

OgreHaptics::NonCopyable::~NonCopyable (  )  [protected]

Definition at line 41 of file OgreHapticsNonCopyable.h.


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

Last modified Tue Jan 6 22:31:27 2009