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]
pub fn new() -> SBFileSpecList[src]
Construct a new SBFileSpecList
pub fn wrap(raw: SBFileSpecListRef) -> SBFileSpecList[src]
Construct a new SBFileSpecList.
pub fn append(&self, file: &SBFileSpec)[src]
pub fn append_if_unique(&self, file: &SBFileSpec)[src]
pub fn is_empty(&self) -> bool[src]
Is this filespec list empty?
pub fn clear(&self)[src]
Clear this filespec list.
ⓘImportant traits for SBFileSpecListIter<'d>pub fn iter(&self) -> SBFileSpecListIter[src]
ⓘImportant traits for SBFileSpecListIter<'d>
Iterate over this filespec list.
Trait Implementations
impl Debug for SBFileSpecList[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more