LLDB mainline
Public Member Functions | Public Attributes | List of all members
NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes Struct Reference

Public Member Functions

lldb::ValueObjectSP GetIndexAtIndex (size_t idx)
 
void Clear ()
 
 OutsourcedIndexes ()
 

Public Attributes

ValueObjectm_indexes = nullptr
 
size_t m_count = 0
 

Detailed Description

Definition at line 261 of file NSIndexPath.cpp.

Constructor & Destructor Documentation

◆ OutsourcedIndexes()

NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::OutsourcedIndexes ( )
inline

Definition at line 275 of file NSIndexPath.cpp.

Member Function Documentation

◆ Clear()

void NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::Clear ( )
inline

Definition at line 270 of file NSIndexPath.cpp.

References m_count, and m_indexes.

Referenced by NSIndexPathSyntheticFrontEnd::Impl::Clear().

◆ GetIndexAtIndex()

lldb::ValueObjectSP NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::GetIndexAtIndex ( size_t  idx)
inline

Member Data Documentation

◆ m_count

size_t NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::m_count = 0

◆ m_indexes

ValueObject* NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::m_indexes = nullptr

Definition at line 277 of file NSIndexPath.cpp.

Referenced by Clear(), GetIndexAtIndex(), and NSIndexPathSyntheticFrontEnd::Update().


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