LLVM 22.0.0git
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::pointer Class Reference

#include "llvm/ADT/TrieRawHashMap.h"

Inheritance diagram for llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::pointer:
[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 255 of file TrieRawHashMap.h.

Constructor & Destructor Documentation

◆ pointer()

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

◆ const_pointer

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

Definition at line 257 of file TrieRawHashMap.h.

References const_pointer.

Referenced by const_pointer.

◆ ThreadSafeTrieRawHashMap

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

Definition at line 256 of file TrieRawHashMap.h.

References ThreadSafeTrieRawHashMap.

Referenced by ThreadSafeTrieRawHashMap.


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