|
KiCad PCB EDA Suite
|
#include <base_set.h>
Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | value_type = bool |
| using | difference_type = std::ptrdiff_t |
| using | pointer = void |
| using | reference = bool |
Public Member Functions | |
| const_iterator (const BASE_SET *set, size_t pos) | |
| bool | operator* () const |
| const_iterator & | operator++ () |
| const_iterator | operator+ (difference_type n) const |
| difference_type | operator- (const const_iterator &other) const |
| auto | operator<=> (const const_iterator &) const =default |
Private Attributes | |
| const BASE_SET * | m_set |
| size_t | m_pos |
Definition at line 75 of file base_set.h.
| using BASE_SET::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 80 of file base_set.h.
| using BASE_SET::const_iterator::iterator_category = std::random_access_iterator_tag |
Definition at line 78 of file base_set.h.
| using BASE_SET::const_iterator::pointer = void |
Definition at line 81 of file base_set.h.
| using BASE_SET::const_iterator::reference = bool |
Definition at line 82 of file base_set.h.
| using BASE_SET::const_iterator::value_type = bool |
Definition at line 79 of file base_set.h.
|
inline |
Definition at line 84 of file base_set.h.
References BASE_SET::BASE_SET(), m_pos, m_set, and BASE_SET::set().
Referenced by operator+(), operator++(), operator-(), and operator<=>().
|
inline |
Definition at line 85 of file base_set.h.
|
inline |
Definition at line 91 of file base_set.h.
References const_iterator(), m_pos, and m_set.
|
inline |
Definition at line 86 of file base_set.h.
References const_iterator(), and m_pos.
|
inline |
Definition at line 95 of file base_set.h.
References const_iterator(), and m_pos.
|
default |
References const_iterator().
|
private |
Definition at line 103 of file base_set.h.
Referenced by const_iterator(), operator*(), operator+(), operator++(), and operator-().
|
private |
Definition at line 102 of file base_set.h.
Referenced by const_iterator(), operator*(), and operator+().