OpenDOF Project
const DOFValue* DOFValueStructure_GetFields ( const DOFValue  self)

Get a reference to the encapsulated DOFValue array.

This method provides low-level access to the actual array of DOFValues contained in the DOFValueStructure.

Note
The returned data is owned by the encapsulating DOFValueStructure, and is only valid in the context of that DOFValueStructure. It must not be freed by the caller. Once the DOFValueStructure is freed, the DOFValue array and all the contained DOFValues are no longer valid. If the array itself and/or DOFValues are needed for longer than the lifetime of the DOFValueStructure, they must be copied manually.
Parameters
selfThe DOFValueStructure. This must not be NULL.
Returns
The array of DOFValues contained within the DOFValueStructure.
Exceptions
NULLis returned if self is NULL or its type is not a DOFValueStructure.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31