OPENQP
v1.0-dev
OPENQP
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
errcode_t
Derived Type
11 statements
Source File
errcode.F90
errcode
errcode_t
Contents
Variables
topic
code
Constructor
errcode_t
Type-Bound Procedures
getcode
explain
type, public :: errcode_t
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
topic
integer,
public
::
code
Constructor
public interface
errcode_t
private function errcode_t_init(val) result(res)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
val
Return Value
type(
errcode_t
)
Type-Bound Procedures
procedure, public ::
getcode
=> errcode_t_getcode
private function errcode_t_getcode(this) result(res)
Arguments
Type
Intent
Optional
Attributes
Name
class(
errcode_t
),
intent(in)
::
this
Return Value
integer
procedure, public ::
explain
=> errcode_t_explain
private subroutine errcode_t_explain(this)
Arguments
Type
Intent
Optional
Attributes
Name
class(
errcode_t
),
intent(in)
::
this