OpenDOF Project
DOFConfig DOFConfigBuilder_BuildAndDestroy ( DOFConfigBuilder  self)

Builds a DOFConfig based on the parameters set in this DOFConfigBuilder and destroys the DOFConfigBuilder.

Resource Management:
This function allocates resources that must later be freed by calling DOFConfig_Destroy.
Parameters
selfThe DOFConfigBuilder to build a DOFConfig from. This must not be NULL.
Returns
DOFConfig The configuration for a DOF.
Exceptions
NULLif the configuration could not be built. The DOFConfigBuilder is still destroyed.
See Also
DOFConfigBuilder_Build
DOF_Create
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22