push Subroutine

public subroutine push(self, obj)

Type Bound

FTStack

Arguments

Type IntentOptional Attributes Name
class(FTStack) :: self
class(FTObject), POINTER :: obj

Calls

proc~~push~~CallsGraph proc~push FTStack%push proc~initwithobject FTLinkedListRecord%initWithObject proc~push->proc~initwithobject proc~initftobject FTObject%initFTObject proc~initwithobject->proc~initftobject proc~retainftobject FTObject%retainFTObject proc~initwithobject->proc~retainftobject

Called by

proc~~push~~CalledByGraph proc~push FTStack%push proc~throw throw proc~throw->proc~push