OpenDOF Project
DOFAddress DOFAddress_Copy ( const DOFAddress  self)

Create a new copy of an existing DOFAddress.

Resource Management:
This function allocates resources that must later be freed by calling DOFAddress_Destroy.
Parameters
selfThe DOFAddress to be copied. This should not be NULL.
Returns
A new copy of the DOFAddress.
Exceptions
NULLis returned if self is NULL, or there are insufficient resources to create a copy.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25