LLDB mainline
Public Attributes | List of all members
lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd< D32, D64 >::DictionaryItemDescriptor Struct Reference

Public Attributes

lldb::addr_t key_ptr
 
lldb::addr_t val_ptr
 
lldb::ValueObjectSP valobj_sp
 

Detailed Description

template<typename D32, typename D64>
struct lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd< D32, D64 >::DictionaryItemDescriptor

Definition at line 244 of file NSDictionary.cpp.

Member Data Documentation

◆ key_ptr

template<typename D32 , typename D64 >
lldb::addr_t lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd< D32, D64 >::DictionaryItemDescriptor::key_ptr

◆ val_ptr

template<typename D32 , typename D64 >
lldb::addr_t lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd< D32, D64 >::DictionaryItemDescriptor::val_ptr

◆ valobj_sp

template<typename D32 , typename D64 >
lldb::ValueObjectSP lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd< D32, D64 >::DictionaryItemDescriptor::valobj_sp

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