| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=200), | public | :: | value | ||||
| integer(kind=int32), | public | :: | IntValue | ||||
| real(kind=real64), | public | :: | RealValue | ||||
| integer(kind=int32), | public, | allocatable | :: | intlist(:) | |||
| real(kind=real64), | public, | allocatable | :: | realist(:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Page_), | public, | allocatable | :: | Dictionary(:) |
| procedure, public :: Init => InitializeDictionary | |
| procedure, public :: Input => InputDictionary | |
| procedure, public :: Get => GetDictionaryValue | |
| procedure, public :: GetPageNum => GetPageNumDictionary | |
| procedure, public :: sizeof => sizeofDictionary | |
| procedure, public :: content => contentofDictionary | |
| procedure, public :: intlist => intlistofDictionary | |
| procedure, public :: intvalue => intvalueofDictionary | |
| procedure, public :: realvalue => realvalueofDictionary | |
| procedure, public :: show => showDictionary | |
| procedure, public :: export => exportDictionary |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=200), | public | :: | value | ||||
| integer(kind=int32), | public | :: | IntValue | ||||
| real(kind=real64), | public | :: | RealValue | ||||
| integer(kind=int32), | public, | allocatable | :: | intlist(:) | |||
| real(kind=real64), | public, | allocatable | :: | realist(:) | |||
| character(len=200), | public | :: | Path | ||||
| character(len=200), | public | :: | DirectoryName | ||||
| character(len=200), | public | :: | FileName | ||||
| integer(kind=int32), | public | :: | FileID |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(FileInfo_), | public, | allocatable | :: | FileList(:) |
| procedure, public :: setFilePath | |
| procedure, public :: setDirectoryName | |
| procedure, public :: setFileName |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | page | |||
| integer(kind=int32), | intent(in) | :: | ind |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | page |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | page |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | page |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | id |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(in) | :: | obj | |||
| character(len=*), | intent(in) | :: | Content |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | NumOfPage |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | page | |||
| character(len=*), | intent(in), | optional | :: | Content | ||
| real(kind=real64), | intent(in), | optional | :: | RealValue | ||
| integer(kind=int32), | intent(in), | optional | :: | IntValue | ||
| real(kind=real64), | intent(in), | optional | :: | Realist(:) | ||
| integer(kind=int32), | intent(in), | optional | :: | Intlist(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FileList_), | intent(inout) | :: | obj | |||
| character(len=200), | intent(in) | :: | FilePath | |||
| integer(kind=int32), | intent(in) | :: | FileID |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FileList_), | intent(inout) | :: | obj | |||
| character(len=200), | intent(in) | :: | DirectoryName | |||
| integer(kind=int32), | intent(in) | :: | FileID |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FileList_), | intent(inout) | :: | obj | |||
| character(len=200), | intent(in) | :: | FileName | |||
| integer(kind=int32), | intent(in) | :: | FileID |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_) | :: | obj | ||||
| integer(kind=int32), | intent(in), | optional | :: | From | ||
| integer(kind=int32), | intent(in), | optional | :: | to | ||
| character(len=*), | intent(in), | optional | :: | Name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dictionary_) | :: | obj | ||||
| character(len=*), | intent(in) | :: | FileName | |||
| integer(kind=int32), | intent(in), | optional | :: | fh | ||
| integer(kind=int32), | intent(in), | optional | :: | From | ||
| integer(kind=int32), | intent(in), | optional | :: | to |