LLVM 22.0.0git
llvm::cas::OnDiskTrieRawHashMap::pointer Class Reference

#include "llvm/CAS/OnDiskTrieRawHashMap.h"

Inheritance diagram for llvm::cas::OnDiskTrieRawHashMap::pointer:
[legend]

Public Member Functions

 operator const_pointer () const
 pointer ()=default
Public Member Functions inherited from llvm::cas::OnDiskTrieRawHashMap::PointerImpl< ValueProxy >
FileOffset getOffset () const
 operator bool () const
const ValueProxyoperator* () const
const ValueProxyoperator-> () const
 PointerImpl ()=default

Friends

class OnDiskTrieRawHashMap

Additional Inherited Members

Protected Attributes inherited from llvm::cas::OnDiskTrieRawHashMap::PointerImpl< ValueProxy >
ValueProxy Value
uint32_t OffsetLow32
uint16_t OffsetHigh16
bool IsValue

Detailed Description

Definition at line 147 of file OnDiskTrieRawHashMap.h.

Constructor & Destructor Documentation

◆ pointer()

llvm::cas::OnDiskTrieRawHashMap::pointer::pointer ( )
default

Member Function Documentation

◆ operator const_pointer()

◆ OnDiskTrieRawHashMap

friend class OnDiskTrieRawHashMap
friend

Definition at line 156 of file OnDiskTrieRawHashMap.h.

References OnDiskTrieRawHashMap.

Referenced by OnDiskTrieRawHashMap.


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