ScummVM API documentation
Ultima::Ultima4::Uncopyable Class Reference

#include <types.h>

Inheritance diagram for Ultima::Ultima4::Uncopyable:
Ultima::Ultima4::Tile

Detailed Description

An Uncopyable has no default copy constructor of operator=. A subclass may derive from Uncopyable at any level of visibility, even private, and subclasses will not have a default copy constructor or operator=. See also, boost::noncopyable Uncopyable (from the Boost project) and Item 6 from Scott Meyers Effective C++.


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