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

#include "llvm/ADT/TrieRawHashMap.h"

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

Public Member Functions

 const_pointer ()=default
 const_pointer (const pointer &P)

Friends

class ThreadSafeTrieRawHashMap

Detailed Description

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

Definition at line 266 of file TrieRawHashMap.h.

Constructor & Destructor Documentation

◆ const_pointer() [1/2]

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

Referenced by const_pointer().

◆ const_pointer() [2/2]

template<class T, size_t NumHashBytes>
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::const_pointer::const_pointer ( const pointer & P)
inline

Definition at line 271 of file TrieRawHashMap.h.

References const_pointer().

◆ ThreadSafeTrieRawHashMap

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

Definition at line 267 of file TrieRawHashMap.h.

References ThreadSafeTrieRawHashMap.

Referenced by ThreadSafeTrieRawHashMap.


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