OpenDOF Project
DOFInterfaceMethodList DOFInterface_CreateMethodList ( const DOFInterface  self)

Create a list of DOFInterfaceMethod objects based on the methods from the interface.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfaceMethodList_Destroy.
Parameters
selfThe Interface. This must not be NULL.
Returns
return A new list of DOFInterfaceMethod objects. This list can have 0 members.
Exceptions
NULLis returned is returned if the list could not be allocated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22