stringlist_index_type 派生类型

type, public :: stringlist_index_type


源代码

    type stringlist_index_type
        private
        logical :: forward
        integer :: offset

    end type stringlist_index_type