LLDB mainline
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 266 of file NSIndexPath.cpp.

Constructor & Destructor Documentation

◆ OutsourcedIndexes()

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

Definition at line 280 of file NSIndexPath.cpp.

Member Function Documentation

◆ Clear()

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

Definition at line 275 of file NSIndexPath.cpp.

References m_count, and m_indexes.

◆ GetIndexAtIndex()

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

Definition at line 267 of file NSIndexPath.cpp.

References m_indexes.

Member Data Documentation

◆ m_count

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

Definition at line 283 of file NSIndexPath.cpp.

Referenced by Clear().

◆ m_indexes

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

Definition at line 282 of file NSIndexPath.cpp.

Referenced by Clear(), and GetIndexAtIndex().


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