Package: byte_vector_ptr_pkg
- File: byte_vector_ptr_pkg.vhd
Functions
- set ( ptr : ptr_t;
index : natural;
value : val_t ) return ()
- reallocate ( ptr : ptr_t;
length : natural;
value : val_t := 0 ) return ()
- resize ( ptr : ptr_t;
length : natural;
drop : natural := 0;
value : val_t := 0 ) return ()