LLDB mainline
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
lldb::SBFileSpecList Class Reference

#include <SBFileSpecList.h>

Public Member Functions

 SBFileSpecList ()
 
 SBFileSpecList (const lldb::SBFileSpecList &rhs)
 
 ~SBFileSpecList ()
 
const SBFileSpecListoperator= (const lldb::SBFileSpecList &rhs)
 
uint32_t GetSize () const
 
bool GetDescription (SBStream &description) const
 
void Append (const SBFileSpec &sb_file)
 
bool AppendIfUnique (const SBFileSpec &sb_file)
 
void Clear ()
 
uint32_t FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full)
 
const SBFileSpec GetFileSpecAtIndex (uint32_t idx) const
 

Private Member Functions

const lldb_private::FileSpecListoperator-> () const
 
const lldb_private::FileSpecListget () const
 
const lldb_private::FileSpecListoperator* () const
 
const lldb_private::FileSpecListref () const
 

Private Attributes

std::unique_ptr< lldb_private::FileSpecListm_opaque_up
 

Friends

class SBTarget
 

Detailed Description

Definition at line 17 of file SBFileSpecList.h.

Constructor & Destructor Documentation

◆ SBFileSpecList() [1/2]

SBFileSpecList::SBFileSpecList ( )

Definition at line 24 of file SBFileSpecList.cpp.

References LLDB_INSTRUMENT_VA.

◆ SBFileSpecList() [2/2]

SBFileSpecList::SBFileSpecList ( const lldb::SBFileSpecList rhs)

Definition at line 28 of file SBFileSpecList.cpp.

References lldb_private::clone(), LLDB_INSTRUMENT_VA, and m_opaque_up.

◆ ~SBFileSpecList()

SBFileSpecList::~SBFileSpecList ( )
default

Member Function Documentation

◆ Append()

void SBFileSpecList::Append ( const SBFileSpec sb_file)

◆ AppendIfUnique()

bool SBFileSpecList::AppendIfUnique ( const SBFileSpec sb_file)

Definition at line 56 of file SBFileSpecList.cpp.

References LLDB_INSTRUMENT_VA, m_opaque_up, and lldb::SBFileSpec::ref().

◆ Clear()

void SBFileSpecList::Clear ( )

Definition at line 62 of file SBFileSpecList.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

◆ FindFileIndex()

uint32_t SBFileSpecList::FindFileIndex ( uint32_t  idx,
const SBFileSpec sb_file,
bool  full 
)

Definition at line 68 of file SBFileSpecList.cpp.

References LLDB_INSTRUMENT_VA, m_opaque_up, and lldb::SBFileSpec::ref().

◆ get()

const lldb_private::FileSpecList * SBFileSpecList::get ( ) const
private

◆ GetDescription()

bool SBFileSpecList::GetDescription ( SBStream description) const

◆ GetFileSpecAtIndex()

const SBFileSpec SBFileSpecList::GetFileSpecAtIndex ( uint32_t  idx) const

◆ GetSize()

uint32_t SBFileSpecList::GetSize ( ) const

Definition at line 44 of file SBFileSpecList.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

Referenced by lldb::SBTarget::BreakpointCreateByLocation().

◆ operator*()

const lldb_private::FileSpecList & SBFileSpecList::operator* ( ) const
private

Definition at line 91 of file SBFileSpecList.cpp.

References m_opaque_up.

◆ operator->()

const lldb_private::FileSpecList * SBFileSpecList::operator-> ( ) const
private

Definition at line 83 of file SBFileSpecList.cpp.

References m_opaque_up.

◆ operator=()

const SBFileSpecList & SBFileSpecList::operator= ( const lldb::SBFileSpecList rhs)

Definition at line 36 of file SBFileSpecList.cpp.

References lldb_private::clone(), LLDB_INSTRUMENT_VA, and m_opaque_up.

◆ ref()

const lldb_private::FileSpecList & SBFileSpecList::ref ( ) const
private

Definition at line 95 of file SBFileSpecList.cpp.

References m_opaque_up.

Friends And Related Function Documentation

◆ SBTarget

friend class SBTarget
friend

Definition at line 42 of file SBFileSpecList.h.

Member Data Documentation

◆ m_opaque_up

std::unique_ptr<lldb_private::FileSpecList> lldb::SBFileSpecList::m_opaque_up
private

The documentation for this class was generated from the following files: