| CFx SDK Documentation
    2023 SP0
    | 
#include <slot_iterator.h>
 
 | Public Types | |
| using | container_type = typename std::decay< Container >::type | 
| using | size_type = typename Container::size_type | 
| using | reference = typename traits::reference | 
| using | pointer = typename traits::pointer | 
| using | difference_type = typename traits::difference_type | 
| using | value_type = typename traits::value_type | 
| Public Member Functions | |
| offset_iterator () | |
| offset_iterator (const offset_iterator &)=default | |
| offset_iterator (offset_iterator &&)=default | |
| offset_iterator & | operator= (const offset_iterator &)=default | 
| offset_iterator & | operator= (offset_iterator &&)=default | 
| bool | operator== (const offset_iterator &rhs) const | 
| bool | operator!= (const offset_iterator rhs) const | 
| bool | operator> (const offset_iterator rhs) const | 
| bool | operator< (const offset_iterator rhs) const | 
| bool | operator<= (const offset_iterator rhs) const | 
| bool | operator>= (const offset_iterator rhs) const | 
| offset_iterator (container_type &container, size_type offset=0) | |
| reference | operator* () | 
| pointer | operator-> () | 
| offset_iterator & | operator++ () | 
| offset_iterator | operator++ (int) | 
| size_type | size () const | 
| operator bool () const | |
| Public Attributes | |
| const container_type * | p_container | 
| size_type | m_offset | 
Definition at line 18 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::container_type = typename std::decay<Container>::type | 
Definition at line 27 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::difference_type = typename traits::difference_type | 
Definition at line 31 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::pointer = typename traits::pointer | 
Definition at line 30 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::reference = typename traits::reference | 
Definition at line 29 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::size_type = typename Container::size_type | 
Definition at line 28 of file slot_iterator.h.
| using slimsig::offset_iterator< Container, Traits >::value_type = typename traits::value_type | 
Definition at line 32 of file slot_iterator.h.
| 
 | inline | 
Definition at line 34 of file slot_iterator.h.
| 
 | default | 
| 
 | default | 
| 
 | inline | 
Definition at line 57 of file slot_iterator.h.
| 
 | inline | 
Definition at line 76 of file slot_iterator.h.
| 
 | inline | 
Definition at line 42 of file slot_iterator.h.
| 
 | inline | 
Definition at line 58 of file slot_iterator.h.
| 
 | inline | 
Definition at line 64 of file slot_iterator.h.
| 
 | inline | 
Definition at line 68 of file slot_iterator.h.
| 
 | inline | 
Definition at line 61 of file slot_iterator.h.
| 
 | inline | 
Definition at line 48 of file slot_iterator.h.
| 
 | inline | 
Definition at line 51 of file slot_iterator.h.
| 
 | default | 
| 
 | default | 
| 
 | inline | 
Definition at line 39 of file slot_iterator.h.
| 
 | inline | 
Definition at line 45 of file slot_iterator.h.
| 
 | inline | 
Definition at line 54 of file slot_iterator.h.
| 
 | inline | 
Definition at line 73 of file slot_iterator.h.
| size_type slimsig::offset_iterator< Container, Traits >::m_offset | 
Definition at line 80 of file slot_iterator.h.
| const container_type* slimsig::offset_iterator< Container, Traits >::p_container | 
Definition at line 79 of file slot_iterator.h.