llvm::ThreadSafeTrieRawHashMapBase::PointerBase

Result of a lookup, suitable as an insertion hint.

Synopsis

Declared in <llvm/ADT/TrieRawHashMap.h>

class PointerBase;

Description

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).

Member Functions

NameDescription
PointerBase [constructor]Construct a null / empty lookup result.

Protected Member Functions

NameDescription
get Return the content pointer when this is a data result, else null.

Friends

NameDescription
llvm::ThreadSafeTrieRawHashMapBaseBase class for a lock-free thread-safe hash-mapped trie.