LLVM 20.0.0git
Public Member Functions | Friends | List of all members
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::pointer Class Reference

#include "llvm/ADT/TrieRawHashMap.h"

Inheritance diagram for llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::pointer:
Inheritance graph
[legend]

Public Member Functions

 pointer ()=default
 

Friends

class ThreadSafeTrieRawHashMap
 
class const_pointer
 

Detailed Description

template<class T, size_t NumHashBytes>
class llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::pointer

Definition at line 248 of file TrieRawHashMap.h.

Constructor & Destructor Documentation

◆ pointer()

template<class T , size_t NumHashBytes>
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::pointer::pointer ( )
default

Friends And Related Function Documentation

◆ const_pointer

template<class T , size_t NumHashBytes>
friend class const_pointer
friend

Definition at line 250 of file TrieRawHashMap.h.

◆ ThreadSafeTrieRawHashMap

template<class T , size_t NumHashBytes>
friend class ThreadSafeTrieRawHashMap
friend

Definition at line 249 of file TrieRawHashMap.h.


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