Cleanup a compile command table
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(compile_command_table_t), | intent(inout) | :: | self |
Instance of the serializable object |
elemental subroutine cct_destroy(self) !> Instance of the serializable object class(compile_command_table_t), intent(inout) :: self if (allocated(self%command)) deallocate(self%command) end subroutine cct_destroy