Cleanup compile command
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compile_command_t), | intent(inout) | :: | self |
Instance of the serializable object |
elemental subroutine compile_command_destroy(self) !> Instance of the serializable object class(compile_command_t), intent(inout) :: self if (allocated(self%directory%s))deallocate(self%directory%s) if (allocated(self%arguments))deallocate(self%arguments) if (allocated(self%file%s))deallocate(self%file%s) end subroutine compile_command_destroy