Toggle navigation
HASTY
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
destroy_interface
Abstract Interface
6 statements
Source File
hasty_content_adt.f90
hasty_content_adt
destroy_interface
All Abstract Interfaces
destroy_interface
is_equal_interface
is_filled_interface
iterator_interface
key_iterator_interface
set_interface
typeguard_interface
abstract interface
Destroy the content.
private elemental subroutine destroy_interface(self)
Arguments
Type
Intent
Optional
Attributes
Name
class(
content_adt
),
intent(inout)
::
self
The content.
Description
Destroy the content.
All Abstract Interfaces
destroy_interface
is_equal_interface
is_filled_interface
iterator_interface
key_iterator_interface
set_interface
typeguard_interface