Name
afc_nodemaster_clone -- Clones a NodeMaster list
Synopsis
NodeMaster *
afc_nodemaster_clone
(NodeMaster * nm);
Description
This method clones the current NodeMaster and its contents
and returns a new (cloned) NodeMaster object.
Inputs
- nm
Pointer to a valid NodeMaster class.
Result
a pointer to a valid NodeMaster class. May be NULL on errors.
Note
The cloned class resulting from this method should be
considered a NodeMaster class in all of it parts.
So, you are supposed to END (delete) the class by
yourself, when you have finished with it.
The Resource Tracker used by the "original" class is
provided to the cloned one during creation.