IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/15
The Integrative Modeling Platform
IMP::NonCopyable Class Reference

Base class for all objects that cannot be copied. More...

#include <IMP/NonCopyable.h>

+ Inheritance diagram for IMP::NonCopyable:

Detailed Description

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.


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