Public Member Functions | |
| subroutine | url_split_c (fullname, file, var, attr, iorange) |
Definition at line 77 of file dc_url.f90.
| subroutine dc_url::urlsplit::url_split_c | ( | character(len = *), intent(in) | fullname, |
| character(len = *), intent(out), optional | file, | ||
| character(len = *), intent(out), optional | var, | ||
| character(len = *), intent(out), optional | attr, | ||
| character(len = *), intent(out), optional | iorange ) |
Split variable URL to components
Splits the variable URL given in fullname into filename file, variable name var, attribute name attr, and I/O range specification iorange and returns them. Components that are not found are assigned empty strings.
| [in] | fullname | Variable URL |
| [out] | file | Filename (optional) |
| [out] | var | Variable name (optional) |
| [out] | attr | Attribute name (optional) |
| [out] | iorange | I/O range specification (optional) |
Definition at line 403 of file dc_url.f90.
References dc_url::gt_atmark, dc_url::gt_colon, dc_url::gt_comma, dc_url::gt_question, and dc_types::string.