Interface for objects that can be cloned 더 자세히 ...
#include <clonable.hpp>
Public 멤버 함수 | |
| virtual me * | clone () const =0 |
| virtual me * | cloneDeep () const |
| virtual void | onCloneDeep (const me &from) |
Interface for objects that can be cloned
Provides shallow and deep cloning capabilities for objects in the memlite memory management system.