operator!=(const SharedFieldIterator &other) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator*() const noexcept | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator++() noexcept | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator++(int) noexcept | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator+=(const int n) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator-(const SharedFieldIterator &first) const | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator--() | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator--(int) noexcept | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator-=(const int n) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator<(const SharedFieldIterator &other) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator<=(const SharedFieldIterator &other) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator=(const SharedFieldIterator &other)=default | gamgee::SharedFieldIterator< VALUE_TYPE > | |
operator=(SharedFieldIterator &&other)=default | gamgee::SharedFieldIterator< VALUE_TYPE > | |
operator==(const SharedFieldIterator &other) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator>(const SharedFieldIterator &other) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator>=(const SharedFieldIterator &other) | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
operator[](const uint32_t index) const | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
read_and_cache_current_pointee() noexcept | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
SharedFieldIterator() | gamgee::SharedFieldIterator< VALUE_TYPE > | inline |
SharedFieldIterator(const std::shared_ptr< bcf1_t > &body, uint8_t *data_ptr, uint8_t *end_ptr, const uint8_t bytes_per_value, const utils::VariantFieldType &type) | gamgee::SharedFieldIterator< VALUE_TYPE > | inlineexplicit |
SharedFieldIterator(const std::shared_ptr< bcf1_t > &body, uint8_t *data_ptr, const uint8_t bytes_per_value, const utils::VariantFieldType &type) | gamgee::SharedFieldIterator< VALUE_TYPE > | inlineexplicit |
SharedFieldIterator(const SharedFieldIterator &other)=default | gamgee::SharedFieldIterator< VALUE_TYPE > | |
SharedFieldIterator(SharedFieldIterator &&other)=default | gamgee::SharedFieldIterator< VALUE_TYPE > | |