LLDB mainline
llvm::DenseMapInfo< lldb_private::HostThread > Struct Reference

#include <HostThread.h>

Static Public Member Functions

static lldb_private::HostThread getEmptyKey ()
static lldb_private::HostThread getTombstoneKey ()
static unsigned getHashValue (const lldb_private::HostThread &val)
static bool isEqual (const lldb_private::HostThread &lhs, const lldb_private::HostThread &rhs)

Detailed Description

Definition at line 56 of file HostThread.h.

Member Function Documentation

◆ getEmptyKey()

lldb_private::HostThread llvm::DenseMapInfo< lldb_private::HostThread >::getEmptyKey ( )
inlinestatic

Definition at line 57 of file HostThread.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< lldb_private::HostThread >::getHashValue ( const lldb_private::HostThread & val)
static

◆ getTombstoneKey()

lldb_private::HostThread llvm::DenseMapInfo< lldb_private::HostThread >::getTombstoneKey ( )
inlinestatic

Definition at line 61 of file HostThread.h.

◆ isEqual()

bool llvm::DenseMapInfo< lldb_private::HostThread >::isEqual ( const lldb_private::HostThread & lhs,
const lldb_private::HostThread & rhs )
static

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