LLDB API Documentation
#include <SBFileSpecList.h>
Public Member Functions | |
SBFileSpecList () | |
SBFileSpecList (const lldb::SBFileSpecList &rhs) | |
~SBFileSpecList () | |
const SBFileSpecList & | operator= (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 |
Friends | |
class | SBTarget |
Definition at line 18 of file SBFileSpecList.h.
lldb::SBFileSpecList::SBFileSpecList | ( | ) |
lldb::SBFileSpecList::SBFileSpecList | ( | const lldb::SBFileSpecList & | rhs | ) |
lldb::SBFileSpecList::~SBFileSpecList | ( | ) |
void lldb::SBFileSpecList::Append | ( | const SBFileSpec & | sb_file | ) |
bool lldb::SBFileSpecList::AppendIfUnique | ( | const SBFileSpec & | sb_file | ) |
void lldb::SBFileSpecList::Clear | ( | ) |
uint32_t lldb::SBFileSpecList::FindFileIndex | ( | uint32_t | idx, |
const SBFileSpec & | sb_file, | ||
bool | full | ||
) |
bool lldb::SBFileSpecList::GetDescription | ( | SBStream & | description | ) | const |
const SBFileSpec lldb::SBFileSpecList::GetFileSpecAtIndex | ( | uint32_t | idx | ) | const |
uint32_t lldb::SBFileSpecList::GetSize | ( | ) | const |
const SBFileSpecList& lldb::SBFileSpecList::operator= | ( | const lldb::SBFileSpecList & | rhs | ) |
|
friend |
Definition at line 43 of file SBFileSpecList.h.