Template Function sg::cloneNode

Template Function sg::cloneNode#

Function Documentation#

template<class SageNode>
static inline SageNode *sg::cloneNode(const SageNode *n)#

returns a deep copy of a sage node

allows NULL input nodes (in contrast to SageInterface::deepCopy)