Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RoutehandleManager), | intent(inout), | target | :: | this | ||
type(RoutehandleSpec), | intent(in) | :: | spec | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RoutehandleManager), | intent(inout) | :: | this | |||
type(RoutehandleSpec), | intent(in) | :: | spec | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RoutehandleManager), | intent(inout), | target | :: | this | ||
type(RoutehandleSpec), | intent(in) | :: | spec | |||
integer, | intent(out), | optional | :: | rc |
type :: RoutehandleManager private type(RoutehandleSpecVector) :: specs type(RoutehandleVector) :: routehandles contains procedure :: get_routehandle procedure :: add_routehandle procedure :: delete_routehandle end type RoutehandleManager