Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(data_frame), | intent(in) | :: | this |
pure function get_with_headers(this) result(has_headers) class(data_frame), intent(in) :: this logical :: has_headers has_headers = this % with_headers end function get_with_headers