Package: string_ptr_pkg
Constants
Name |
Type |
Value |
Description |
null_string_ptr |
string_ptr_t |
(ref => -1) |
|
string_ptr_t_code_length |
positive |
integer_code_length |
|
Types
Name |
Type |
Description |
string_ptr_t |
|
|
Functions
- to_integer ( value : ptr_t ) return integer
- deallocate ( ptr : ptr_t ) return ()
- set ( ptr : ptr_t;
index : positive;
value : val_t ) return ()
- reallocate ( ptr : ptr_t;
length : natural;
value : val_t := val_t'low ) return ()
- reallocate ( ptr : ptr_t;
value : vec_t ) return ()
- resize ( ptr : ptr_t;
length : natural;
drop : natural := 0;
value : val_t := val_t'low ) return ()
- encode ( data : ptr_t ) return string
- decode ( code : string ) return ptr_t
- decode ( constant code : string;
variable index : inout positive;
variable result : out ptr_t ) return ()