syscgetintegerattributef Interface Reference
Last update: 17.07.2025Provide an interface to get an integer-valued attribute. More...
Public Member Functions | |
| type(syscintegerattributef) function | syscgetintegerattributef (name, value) |
| Get an integer-valued attribute. | |
Detailed Description
Provide an interface to get an integer-valued attribute.
Definition at line 20 of file syscAttributeF.fi.
Constructor & Destructor Documentation
◆ syscgetintegerattributef()
| type(syscintegerattributef) function syscgetintegerattributef | ( | character(len=*), intent(in) | name, |
| integer(kind=8), intent(in) | value | ||
| ) |
Get an integer-valued attribute.
- Parameters
-
[in] name - attribute name. [in] value - attribute value.
- Returns
- an integer attribute
Definition at line 31 of file syscAttributeF.fi.
32 import :: syscintegerattributef
33 character(len=*), intent(in) :: name
34 integer(kind=8), intent(in) :: value
35 type(SyscIntegerAttributeF) :: ret
36!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
37!DIR$ ATTRIBUTES DLLIMPORT :: syscGetIntegerAttributeF
38!DIR$ ENDIF