OSFI-Fortran
3.10.0
OpenSF Integration Library
|
Type that wraps the Parameter class in OSFI-C++. More...
Public Member Functions | |
Procedure | getconffiles => clp_get_files_conf |
Wraps the function of the same name in OSFI-C++. On error, the array is unallocated. | |
Procedure | getinputfiles => clp_get_files_input |
Wraps the function of the same name in OSFI-C++. On error, the array is unallocated. | |
Procedure | getoutputfiles => clp_get_files_output |
Wraps the function of the same name in OSFI-C++. On error, the array is unallocated. | |
Final | clp_destroy |
Destroy this instance and nullify its handle. After this returns, isValid() is false. | |
Procedure | getfiles => clp_get_files_impl |
Implements the three getXXXFiles, the file type argument must be one of OSFI_FLP_FT_CONF, OSFI_CLP_FT_INP or OSFI_CLP_FT_OUT. | |
![]() | |
Procedure | isvalid => oh_isvalid |
Returns true if the handle is valid (not null). Calling any other methods on this instance while this function returns false is not allowed unless otherwise specified. | |
Additional Inherited Members | |
![]() | |
type(c_ptr) | handle = C_NULL_PTR |
Handle to OSFI-C++ object managed by this instance. | |
Type that wraps the Parameter class in OSFI-C++.