LLDB mainline
lldb_private::plugin::dwarf::IndexSet< T > Struct Template Reference

#include <ManualDWARFIndexSet.h>

Inheritance diagram for lldb_private::plugin::dwarf::IndexSet< T >:
[legend]

Static Public Member Functions

static std::array< T(IndexSet::*), 8 > Indices ()

Public Attributes

function_basenames
function_fullnames
function_methods
function_selectors
objc_class_selectors
globals
types
namespaces

Friends

bool operator== (const IndexSet &lhs, const IndexSet &rhs)

Detailed Description

template<typename T>
struct lldb_private::plugin::dwarf::IndexSet< T >

Definition at line 20 of file ManualDWARFIndexSet.h.

Member Function Documentation

◆ Indices()

template<typename T>
std::array< T(IndexSet::*), 8 > lldb_private::plugin::dwarf::IndexSet< T >::Indices ( )
inlinestatic

◆ operator==

template<typename T>
bool operator== ( const IndexSet< T > & lhs,
const IndexSet< T > & rhs )
friend

Definition at line 41 of file ManualDWARFIndexSet.h.

References Indices().

Member Data Documentation

◆ function_basenames

◆ function_fullnames

◆ function_methods

◆ function_selectors

◆ globals

◆ namespaces

◆ objc_class_selectors

◆ types


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