c++ Programming Glossary: cloneable
Is it a good practice to always use smart pointers? http://stackoverflow.com/questions/2454214/is-it-a-good-practice-to-always-use-smart-pointers on the caller as for how to wrap it It is to obey the `Cloneable` concept as described in the Boost Pointer Container library.. in the Boost Pointer Container library linked above struct Cloneable virtual ~Cloneable virtual Cloneable clone const 0 struct Derived.. Container library linked above struct Cloneable virtual ~Cloneable virtual Cloneable clone const 0 struct Derived Cloneable virtual..
|