|
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 | |
| iterator (BASE_SET *set, size_t pos) | |
| bool | operator* () const |
| iterator & | operator++ () |
| iterator | operator+ (difference_type n) const |
| difference_type | operator- (const iterator &other) const |
| auto | operator<=> (const iterator &) const =default |
Private Attributes | |
| BASE_SET * | m_set |
| size_t | m_pos |
Definition at line 44 of file base_set.h.
| using BASE_SET::iterator::difference_type = std::ptrdiff_t |
Definition at line 49 of file base_set.h.
| using BASE_SET::iterator::iterator_category = std::random_access_iterator_tag |
Definition at line 47 of file base_set.h.
| using BASE_SET::iterator::pointer = void |
Definition at line 50 of file base_set.h.
| using BASE_SET::iterator::reference = bool |
Definition at line 51 of file base_set.h.
| using BASE_SET::iterator::value_type = bool |
Definition at line 48 of file base_set.h.
|
inline |
Definition at line 53 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 54 of file base_set.h.
|
inline |
Definition at line 60 of file base_set.h.
References iterator(), m_pos, and m_set.
|
inline |
Definition at line 55 of file base_set.h.
References iterator(), and m_pos.
|
inline |
Definition at line 64 of file base_set.h.
References iterator(), and m_pos.
|
default |
References iterator().
|
private |
Definition at line 72 of file base_set.h.
Referenced by iterator(), operator*(), operator+(), operator++(), and operator-().
|
private |
Definition at line 71 of file base_set.h.
Referenced by iterator(), operator*(), and operator+().