initWithString Subroutine

public subroutine initWithString(self, v)

Public, generic name: initwithValue()

Initialize the value object with a string

Type Bound

FTValue

Arguments

Type IntentOptional Attributes Name
class(FTValue) :: self
character(len=*) :: v

Calls

proc~~initwithstring~~CallsGraph proc~initwithstring FTValue%initWithString proc~initftobject FTObject%initFTObject proc~initwithstring->proc~initftobject