|
OSFI-Fortran
3.10.1
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. | |
Public Member Functions inherited from osfi_base::osfi_handle | |
| 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 | |
Public Attributes inherited from osfi_base::osfi_handle | |
| 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++.