Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=19), | public | :: | api_url | = | "https://godbolt.org" | ||
character(len=:), | public, | allocatable | :: | compiler_id | |||
character(len=:), | public, | allocatable | :: | source | |||
character(len=:), | public, | allocatable | :: | lang | |||
logical, | public | :: | allowStoreCodeDebug | ||||
type(options), | public | :: | options |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
character(len=*), | intent(in), | optional | :: | language_id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
character(len=*), | intent(in), | optional | :: | language_id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | compiler_id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | source |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | lang |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
logical, | intent(in) | :: | allowStoreCodeDebug |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this |
type compiler_explorer
character(len=19) :: api_url = "https://godbolt.org"
character(len=:), allocatable :: compiler_id
character(len=:), allocatable :: source
character(len=:), allocatable :: lang
logical :: allowStoreCodeDebug
type(options) :: options
contains
procedure :: list_languages
procedure :: list_compilers
procedure :: list_libraries
procedure :: list_formatters
procedure :: set_compiler_id
procedure :: set_source
procedure :: set_lang
procedure :: set_allowStoreCodeDebug
procedure :: compile
procedure, private :: deallocate_compiler_id
procedure, private :: deallocate_source
procedure, private :: deallocate_lang
procedure :: finalize => deallocate_comnpiler_explorer
end type compiler_explorer