InputDictionary Subroutine

public subroutine InputDictionary(obj, page, Content, RealValue, IntValue, Realist, Intlist, DictValue)

Type Bound

Dictionary_

Arguments

Type IntentOptional Attributes Name
class(Dictionary_), intent(inout) :: obj
integer(kind=int32), intent(in) :: page
character(len=*), intent(in), optional :: Content
real(kind=real64), intent(in), optional :: RealValue
integer(kind=int32), intent(in), optional :: IntValue
real(kind=real64), intent(in), optional :: Realist(:)
integer(kind=int32), intent(in), optional :: Intlist(:)
type(Dictionary_), intent(in), optional :: DictValue