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

#include "llvm/CAS/OnDiskTrieRawHashMap.h"

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

Public Member Functions

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

Friends

class pointer
class OnDiskTrieRawHashMap

Additional Inherited Members

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

Detailed Description

Definition at line 137 of file OnDiskTrieRawHashMap.h.

Constructor & Destructor Documentation

◆ const_pointer()

llvm::cas::OnDiskTrieRawHashMap::const_pointer::const_pointer ( )
default

◆ OnDiskTrieRawHashMap

friend class OnDiskTrieRawHashMap
friend

Definition at line 143 of file OnDiskTrieRawHashMap.h.

References OnDiskTrieRawHashMap.

Referenced by OnDiskTrieRawHashMap.

◆ pointer

friend class pointer
friend

Definition at line 142 of file OnDiskTrieRawHashMap.h.

References pointer.

Referenced by pointer.


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