OpenDOF Project
DOFDomainConfig DOFDomainConfigBuilder_BuildAndDestroy ( DOFDomainConfigBuilder  self)

Builds a config from the given builder and destroys the builder.

Resource Management:
This function allocates resources that must later be freed by calling DOFDomainConfig.
Note
The builder given will be destroyed whether the function is successful or not.
Parameters
selfThe builder to build a config from. This may be NULL.
Returns
DOFDomainConfig A config that was created from the builder.
Exceptions
NULLif the config failed to be built.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22