IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/base/NonCopyable.h>
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.