IMP  2.3.0
The Integrative Modeling Platform
IMP::base::NonCopyable Class Reference

#include <IMP/base/NonCopyable.h>

+ Inheritance diagram for IMP::base::NonCopyable:

Detailed Description

Non-copyable classes cannot be copied, as the name implies. If you need to do delayed initialization, either use an initialize method on them or use a boost::scoped_ptr to allocate them on the heap.

Definition at line 22 of file NonCopyable.h.


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