class OnDiskChainedHashTableGenerator::Item

Declaration

class OnDiskChainedHashTableGenerator::Item { /* full declaration omitted */ };

Description

A single item in the hash table.

Declared at: llvm/include/llvm/Support/OnDiskHashTable.h:61

Member Variables

public typename Info::key_type Key
public typename Info::data_type Data
public llvm::OnDiskChainedHashTableGenerator::Item* Next
public const typename Info::hash_value_type Hash

Method Overview

  • public Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, Info & InfoObj)

Methods

ΒΆItem(typename Info::key_type_ref Key,
     typename Info::data_type_ref Data,
     Info& InfoObj)

Declared at: llvm/include/llvm/Support/OnDiskHashTable.h:68

Parameters

typename Info::key_type_ref Key
typename Info::data_type_ref Data
Info& InfoObj