OpenDOF Project
boolean DOFType_IsDefined ( const DOFType  type)

Report whether or not a type is fully defined.

Normally, all types are fully defined. The only exception is a typedef type, created without an actual type (as a forward reference), on which DOFTypeTypedef_DefineAs has not yet been called.

Parameters
typeThe DOFType. This must not be NULL.
Returns
TRUE if the type is defined.
FALSE if the type is not defined.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31