ObjectClone Class Template Reference

Policy for null_pointer. More...

List of all members.

Static Public Member Functions

static T * clone (T *input)
 Clones and returns the given pointer by "return input->clone();".


Detailed Description

template<class T>
class SmartUtil::ObjectClone< T >

Policy for null_pointer.

Calls "clone()" which is expected to be a member method on the object "t"

Back to SmartWin website
SourceForge.net Logo