Toggle navigation
HASTY
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
typeguard_interface
Abstract Interface
7 statements
Source File
hasty_content_adt.f90
hasty_content_adt
typeguard_interface
All Abstract Interfaces
destroy_interface
is_equal_interface
is_filled_interface
iterator_interface
key_iterator_interface
set_interface
typeguard_interface
abstract interface
Check if the content type is allowed.
private elemental function typeguard_interface(self, content)
Arguments
Type
Intent
Optional
Attributes
Name
class(
content_adt
),
intent(in)
::
self
The content.
class(*),
intent(in)
::
content
The content to be stored.
Return Value
logical
Description
Check if the content type is allowed.
All Abstract Interfaces
destroy_interface
is_equal_interface
is_filled_interface
iterator_interface
key_iterator_interface
set_interface
typeguard_interface