Package: dict_pkg
- File: dict_pkg.vhd
Constants
Name | Type | Value | Description |
---|---|---|---|
null_dict | dict_t | (others => null_ptr) |
Types
Name | Type | Description |
---|---|---|
dict_t |
Functions
- deallocate ( variable dict : inout dict_t ) return ()
- set ( dict : dict_t;
key,
value : string ) return ()
- remove ( dict : dict_t;
key : string ) return ()