Blender  V2.59
Protected Member Functions
MEM_NonCopyable Class Reference

#include <MEM_NonCopyable.h>

Inheritance diagram for MEM_NonCopyable:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

 MEM_NonCopyable ()

Detailed Description

Simple class that makes sure sub classes cannot generate standard copy constructors. If you want to make sure that your class does not have any of these cheesy hidden constructors inherit from this class.

Definition at line 49 of file MEM_NonCopyable.h.


Constructor & Destructor Documentation

MEM_NonCopyable::MEM_NonCopyable ( ) [inline, protected]

Definition at line 52 of file MEM_NonCopyable.h.


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