libstdc++
std::__detail::_Hash_node< _Value, true > Struct Template Reference

#include <hashtable_policy.h>

Inheritance diagram for std::__detail::_Hash_node< _Value, true >:
[legend]

Public Types

typedef _Value value_type
 

Public Member Functions

_Hash_node_M_next () const noexcept
 
const _Value & _M_v () const noexcept
 
_Value & _M_v () noexcept
 
const _Value * _M_valptr () const noexcept
 
_Value * _M_valptr () noexcept
 

Public Attributes

std::size_t _M_hash_code
 
_Hash_node_base_M_nxt
 
__gnu_cxx::__aligned_buffer< _Value > _M_storage
 

Detailed Description

template<typename _Value>
struct std::__detail::_Hash_node< _Value, true >

Specialization for nodes with caches, struct _Hash_node.

Base class is __detail::_Hash_node_value_base.

Definition at line 264 of file hashtable_policy.h.

Member Typedef Documentation

◆ value_type

template<typename _Value >
typedef _Value std::__detail::_Hash_node_value_base< _Value >::value_type
inherited

Definition at line 231 of file hashtable_policy.h.

Member Function Documentation

◆ _M_next()

template<typename _Value >
_Hash_node * std::__detail::_Hash_node< _Value, true >::_M_next ( ) const
inlinenoexcept

Definition at line 269 of file hashtable_policy.h.

◆ _M_v() [1/2]

template<typename _Value >
const _Value & std::__detail::_Hash_node_value_base< _Value >::_M_v ( ) const
inlinenoexceptinherited

Definition at line 248 of file hashtable_policy.h.

◆ _M_v() [2/2]

template<typename _Value >
_Value & std::__detail::_Hash_node_value_base< _Value >::_M_v ( )
inlinenoexceptinherited

Definition at line 244 of file hashtable_policy.h.

◆ _M_valptr() [1/2]

template<typename _Value >
const _Value * std::__detail::_Hash_node_value_base< _Value >::_M_valptr ( ) const
inlinenoexceptinherited

Definition at line 240 of file hashtable_policy.h.

◆ _M_valptr() [2/2]

template<typename _Value >
_Value * std::__detail::_Hash_node_value_base< _Value >::_M_valptr ( )
inlinenoexceptinherited

Definition at line 236 of file hashtable_policy.h.

Member Data Documentation

◆ _M_hash_code

template<typename _Value >
std::size_t std::__detail::_Hash_node< _Value, true >::_M_hash_code

Definition at line 266 of file hashtable_policy.h.

◆ _M_nxt

_Hash_node_base* std::__detail::_Hash_node_base::_M_nxt
inherited

Definition at line 216 of file hashtable_policy.h.

◆ _M_storage

template<typename _Value >
__gnu_cxx::__aligned_buffer<_Value> std::__detail::_Hash_node_value_base< _Value >::_M_storage
inherited

Definition at line 233 of file hashtable_policy.h.


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