Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OpenMesh::Utils::Noncopyable Class Reference

This class demonstrates the non copyable idiom. More...

#include <Noncopyable.hh>

Inheritance diagram for OpenMesh::Utils::Noncopyable:

OpenMesh::Decimater::ModHandleT< Module > Uniform::SubdividerT< MeshType, RealType > OpenMesh::Utils::TestingFramework Uniform::CompositeT< MeshType, RealType > Uniform::LoopT< MeshType, RealType > Uniform::Sqrt3T< MeshType, RealType > Uniform::CompositeLoopT< MeshType, RealType > Uniform::CompositeSqrt3T< MeshType, RealType > List of all members.

Detailed Description

This class demonstrates the non copyable idiom.

In some cases it is important an object can't be copied. Deriving from Noncopyable makes sure all relevant constructor and operators are made inaccessable, for public AND derived classes.


The documentation for this class was generated from the following file:
acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .