ORB5  4.00
Loading...
Searching...
No Matches
derived_inputs::operator(==) Interface Reference

Public Member Functions

logical function eq_inp_real (this, cmp)
logical function eq_inp_integer (this, cmp)
logical function eq_inp_nsel (this, cmp)
logical function eq_real_inp (cmp, this)
logical function eq_integer_inp (cmp, this)
logical function eq_nsel_inp (cmp, this)
logical function eq_inp_inp_real (this1, this2)
logical function eq_inp_inp_integer (this1, this2)

Member Function/Subroutine Documentation

◆ eq_inp_inp_integer()

logical function derived_inputs::operator(==)::eq_inp_inp_integer ( class(input_integer), intent(in) this1,
class(input_integer), intent(in) this2 )

◆ eq_inp_inp_real()

logical function derived_inputs::operator(==)::eq_inp_inp_real ( class(input_real), intent(in) this1,
class(input_real), intent(in) this2 )

◆ eq_inp_integer()

logical function derived_inputs::operator(==)::eq_inp_integer ( class(input_integer), intent(in) this,
integer, intent(in) cmp )

◆ eq_inp_nsel()

logical function derived_inputs::operator(==)::eq_inp_nsel ( class(input_nsel), intent(in) this,
integer, intent(in) cmp )

◆ eq_inp_real()

logical function derived_inputs::operator(==)::eq_inp_real ( class(input_real), intent(in) this,
real(kind=r8), intent(in) cmp )

◆ eq_integer_inp()

logical function derived_inputs::operator(==)::eq_integer_inp ( integer, intent(in) cmp,
class(input_integer), intent(in) this )

◆ eq_nsel_inp()

logical function derived_inputs::operator(==)::eq_nsel_inp ( integer, intent(in) cmp,
class(input_nsel), intent(in) this )

◆ eq_real_inp()

logical function derived_inputs::operator(==)::eq_real_inp ( real(kind=r8), intent(in) cmp,
class(input_real), intent(in) this )

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