Struct lldb::SBFileSpecList
[−]
[src]
pub struct SBFileSpecList { pub raw: SBFileSpecListRef, }
A list of filespecs.
Fields
raw: SBFileSpecListRef
The underlying raw SBFileSpecListRef
.
Methods
impl SBFileSpecList
[src]
fn new() -> SBFileSpecList
[src]
Construct a new SBFileSpecList
fn wrap(raw: SBFileSpecListRef) -> SBFileSpecList
[src]
Construct a new SBFileSpecList
.
fn append(&self, file: &SBFileSpec)
[src]
fn append_if_unique(&self, file: &SBFileSpec)
[src]
fn is_empty(&self) -> bool
[src]
Is this filespec list empty?
fn clear(&self)
[src]
Clear this filespec list.
fn iter(&self) -> SBFileSpecListIter
[src]
Iterate over this filespec list.