OpenDOF Project
const DOFValue* DOFValueArray_GetElements ( 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 DOFValueArray.

Note
The returned data is owned by the encapsulating DOFValueArray, and is only valid in the context of that DOFValueArray. It must not be freed by the caller. Once the DOFValueArray 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 DOFValueArray, they must be copied manually.
Parameters
selfThe DOFValueArray. This must not be NULL.
Returns
The array of DOFValues contained within the DOFValueArray.
Exceptions
NULLis returned if self is NULL or its type is not a DOFValueArray.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25