pop Subroutine

public subroutine pop(self, p)

Type Bound

FTStack

Arguments

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

Calls

proc~~pop~~CallsGraph proc~pop FTStack%pop interface~release release proc~pop->interface~release proc~retainftobject FTObject%retainFTObject proc~pop->proc~retainftobject proc~releaseftobject releaseFTObject interface~release->proc~releaseftobject proc~printftobjectdescription FTObject%printFTObjectDescription proc~releaseftobject->proc~printftobjectdescription proc~refcount FTObject%refCount proc~printftobjectdescription->proc~refcount

Called by

proc~~pop~~CalledByGraph proc~pop FTStack%pop proc~poplastexception popLastException proc~poplastexception->proc~pop