|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Base class for all objects that cannot be copied. More...
#include <IMP/NonCopyable.h>
Inheritance diagram for IMP::NonCopyable:Base class for all objects that cannot be copied.
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.