IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP::NonCopyable Class Reference

#include <IMP/NonCopyable.h>

+ Inheritance diagram for IMP::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: