OpenDOF Project
DOFType DOFTypeNullable_Create ( const DOFType  type)

Create a new Nullable Type.

Resource Management:
This function allocates resources that must later be freed by calling DOFType_Destroy.
Parameters
typeThe effective type when a value of this type is not the "null" value. This must not be NULL.
Returns
The new DOFType, or NULL if it could not be created.
Exceptions
NULLis returned if insufficient resources exist to create the type.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31