commit | 50b032ebc0519a2b2585c499b9901fde9a0eccee | [log] [tgz] |
---|---|---|
author | Pedro Alves <pedro@palves.net> | Fri Apr 08 20:03:46 2022 +0100 |
committer | Pedro Alves <pedro@palves.net> | Wed Apr 13 10:24:38 2022 +0100 |
tree | 746b62d1507d5057380757dfdab6dedfe79604fd | |
parent | d095eb4e877edb901e56546e29ac24da0bec346b [diff] |
Make intrusive_list_node's next/prev private Tromey noticed that intrusive_list_node leaves its data members public, which seems sub-optimal. This commit makes intrusive_list_node's data fields private. intrusive_list_iterator, intrusive_list_reverse_iterator, and intrusive_list do need to access the fields, so they are made friends. Change-Id: Ia8b306b40344cc218d423c8dfb8355207a612ac5