|
Darwin
1.10(beta)
|
interface for cloning object (i.e., virtual copy constructor) More...
Public Member Functions | |
| virtual drwnCloneable * | clone () const =0 |
| returns a copy of the class usually implemented as virtual Foo* clone() { return new Foo(*this); } | |
interface for cloning object (i.e., virtual copy constructor)
1.8.6