Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in) | :: | this | |||
class(BaseProfilerIterator), | intent(in) | :: | other |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in) | :: | this | |||
class(BaseProfilerIterator), | intent(in) | :: | other |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in) | :: | this | |||
class(BaseProfilerIterator), | intent(in) | :: | other |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfilerIterator), | intent(in) | :: | this | |||
class(BaseProfilerIterator), | intent(in) | :: | other |
type :: BaseProfilerIterator private class (AbstractMeterNodeIterator), allocatable :: node_iterator contains procedure :: get_node procedure :: get_meter procedure :: get_name procedure :: next => next_profiler procedure :: equals procedure :: not_equals generic :: operator(==) => equals generic :: operator(/=) => not_equals end type BaseProfilerIterator