OPENQP
v1.0-dev
OPENQP
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
operator(==)
Interface
3 statements
Source File
errcode.F90
errcode
operator(==)
Contents
Module Procedures
errcode_t_compare_ee
errcode_t_compare_ie
errcode_t_compare_ei
public interface operator(==)
Module Procedures
private function errcode_t_compare_ee(this, another) result(res)
Arguments
Type
Intent
Optional
Attributes
Name
class(
errcode_t
),
intent(in)
::
this
class(
errcode_t
),
intent(in)
::
another
Return Value
logical
private function errcode_t_compare_ie(this, another) result(res)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
this
class(
errcode_t
),
intent(in)
::
another
Return Value
logical
private function errcode_t_compare_ei(this, another) result(res)
Arguments
Type
Intent
Optional
Attributes
Name
class(
errcode_t
),
intent(in)
::
this
integer,
intent(in)
::
another
Return Value
logical