LLVM 20.0.0git
Public Member Functions | Protected Member Functions | Friends | List of all members
llvm::ThreadSafeTrieRawHashMapBase::PointerBase Class Reference

Result of a lookup. More...

#include "llvm/ADT/TrieRawHashMap.h"

Public Member Functions

 PointerBase () noexcept=default
 

Protected Member Functions

void * get () const
 

Friends

class ThreadSafeTrieRawHashMapBase
 

Detailed Description

Result of a lookup.

Suitable for an insertion hint. Maybe could be expanded into an iterator of sorts, but likely not useful (visiting everything in the trie should probably be done some way other than through an iterator pattern).

Definition at line 101 of file TrieRawHashMap.h.

Constructor & Destructor Documentation

◆ PointerBase()

llvm::ThreadSafeTrieRawHashMapBase::PointerBase::PointerBase ( )
defaultnoexcept

Member Function Documentation

◆ get()

void * llvm::ThreadSafeTrieRawHashMapBase::PointerBase::get ( ) const
inlineprotected

Definition at line 103 of file TrieRawHashMap.h.

Friends And Related Function Documentation

◆ ThreadSafeTrieRawHashMapBase

friend class ThreadSafeTrieRawHashMapBase
friend

Definition at line 109 of file TrieRawHashMap.h.


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