Toggle navigation
utf8-f
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
utf8_string
Derived Type
6 statements
Source File
utf8-f_detail.f90
utf8_detail
utf8_string
Contents
Variables
str
Type-Bound Procedures
iterator
type, public :: utf8_string
Contents
Variables
str
Type-Bound Procedures
iterator
Components
Type
Visibility
Attributes
Name
Initial
character(kind=c_char,len=:),
public,
allocatable
::
str
Type-Bound Procedures
procedure, public ::
iterator
public function
iterator
(this) result(itr)
return an iterator of utf8_string
Arguments
Type
Intent
Optional
Attributes
Name
class(
utf8_string
),
intent(in),
target
::
this
Return Value
type(
utf8_string_iterator
)