| Abstract Interface | Location | Description |
|---|---|---|
| destroy_interface | hasty_content_adt | Destroy the content. |
| is_equal_interface | hasty_content_adt | Implement |
| is_filled_interface | hasty_content_adt | Return storage status. |
| iterator_interface | hasty_dictionary | Iterator procedure for traversing all nodes in a dictionary. |
| key_iterator_interface | hasty_dictionary | Iterator procedure for traversing all nodes in a dictionary by keys. |
| set_interface | hasty_content_adt | Set the content of the content. |
| typeguard_interface | hasty_content_adt | Check if the content type is allowed. |