Overwrites 'ref_ptrs' and remembers the source as 'current'.
| 1829 | |
| 1830 | /// Overwrites 'ref_ptrs' and remembers the source as 'current'. |
| 1831 | void set_items_ref_array(Ref_ptr_array src_arr) |
| 1832 | { |
| 1833 | copy_ref_ptr_array(ref_ptrs, src_arr); |
| 1834 | current_ref_ptrs= src_arr; |
| 1835 | } |
| 1836 | |
| 1837 | /// Initializes 'items0' and remembers that it is 'current'. |
| 1838 | void init_items_ref_array() |
no outgoing calls
no test coverage detected