OSFI-Fortran  3.10.0
OpenSF Integration Library
osfi_clp::osfi_commandlineparser Interface Reference

Type that wraps the Parameter class in OSFI-C++. More...

Inheritance diagram for osfi_clp::osfi_commandlineparser:
osfi_base::osfi_handle

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.
 

Detailed Description

Type that wraps the Parameter class in OSFI-C++.


The documentation for this interface was generated from the following file: