Public Member Functions | Private Attributes | List of all members
absl::container_internal::probe_seq< Width > Class Template Reference

#include <raw_hash_set.h>

Public Member Functions

size_t index () const
 
void next ()
 
size_t offset () const
 
size_t offset (size_t i) const
 
 probe_seq (size_t hash, size_t mask)
 

Private Attributes

size_t index_ = 0
 
size_t mask_
 
size_t offset_
 

Detailed Description

template<size_t Width>
class absl::container_internal::probe_seq< Width >

Definition at line 124 of file raw_hash_set.h.

Constructor & Destructor Documentation

template<size_t Width>
absl::container_internal::probe_seq< Width >::probe_seq ( size_t  hash,
size_t  mask 
)
inline

Definition at line 126 of file raw_hash_set.h.

Member Function Documentation

template<size_t Width>
size_t absl::container_internal::probe_seq< Width >::index ( ) const
inline

Definition at line 140 of file raw_hash_set.h.

template<size_t Width>
void absl::container_internal::probe_seq< Width >::next ( )
inline

Definition at line 134 of file raw_hash_set.h.

template<size_t Width>
size_t absl::container_internal::probe_seq< Width >::offset ( ) const
inline

Definition at line 131 of file raw_hash_set.h.

template<size_t Width>
size_t absl::container_internal::probe_seq< Width >::offset ( size_t  i) const
inline

Definition at line 132 of file raw_hash_set.h.

Member Data Documentation

template<size_t Width>
size_t absl::container_internal::probe_seq< Width >::index_ = 0
private

Definition at line 145 of file raw_hash_set.h.

template<size_t Width>
size_t absl::container_internal::probe_seq< Width >::mask_
private

Definition at line 143 of file raw_hash_set.h.

template<size_t Width>
size_t absl::container_internal::probe_seq< Width >::offset_
private

Definition at line 144 of file raw_hash_set.h.


The documentation for this class was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:39