syscvariablegetintegerattributef Interface Reference
Last update: 17.07.2025Provide an interface to get integer attribute from variable. More...
Public Member Functions | |
| type(syscintegerattributef) function | syscvariablegetintegerattributef (variable, index) |
Detailed Description
Provide an interface to get integer attribute from variable.
Definition at line 345 of file syscVariableF.fi.
Constructor & Destructor Documentation
◆ syscvariablegetintegerattributef()
| type(syscintegerattributef) function syscvariablegetintegerattributef | ( | type(syscvariablef) | variable, |
| integer(kind=8) | index | ||
| ) |
Definition at line 347 of file syscVariableF.fi.
348!
349import :: syscvariablef, syscintegerattributef
350type(SyscVariableF) :: variable
351integer(kind=8) :: index
352type(SyscIntegerAttributeF) :: ret
353!
354!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
355!DIR$ ATTRIBUTES DLLIMPORT :: syscVariableGetIntegerAttributeF
356!DIR$ ENDIF
357!