ACE
6.2.8
|
Value_Ptr
traits template structure.
More...
#include <Value_Ptr.h>
Static Public Member Functions | |
static T * | clone (T const *p) |
Copy the given object. More... | |
Value_Ptr
traits template structure.
The Value_Ptr
template class delegates some operations to this template traits structure.
Specialize this trait template if cloning through copy construction is not sufficient. For example, to avoid slicing when copying an object through a base class pointer, one can implement a virtual "clone" method that can be used to polymorphically invoke the appropriate cloning operation(s). That virtual method would then be invoked by the VP_traits<>
specialization.
|
inlinestatic |
Copy the given object.