LLVM: llvm::ThreadSafeTrieRawHashMapBase::PointerBase Class Reference (original) (raw)

Result of a lookup. More...

#include "[llvm/ADT/TrieRawHashMap.h](TrieRawHashMap%5F8h%5Fsource.html)"

Public Member Functions
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 105 of file TrieRawHashMap.h.

Constructor & Destructor Documentation

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

Member Function Documentation

get()

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

ThreadSafeTrieRawHashMapBase


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