10#ifndef LLDB_API_SBFILESPECLIST_H
11#define LLDB_API_SBFILESPECLIST_H
static size_t FindFileIndex(size_t start_idx, const FileSpec &file_spec, bool full, size_t num_files, std::function< const FileSpec &(size_t)> get_ith)
const lldb_private::FileSpecList * operator->() const
const lldb_private::FileSpecList * get() const
void Append(const SBFileSpec &sb_file)
const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const
bool GetDescription(SBStream &description) const
const lldb_private::FileSpecList & operator*() const
std::unique_ptr< lldb_private::FileSpecList > m_opaque_up
const SBFileSpecList & operator=(const lldb::SBFileSpecList &rhs)
bool AppendIfUnique(const SBFileSpec &sb_file)
const lldb_private::FileSpecList & ref() const