Struct lldb::SBFileSpecList [] [src]

pub struct SBFileSpecList {
    pub raw: SBFileSpecListRef,
}

A list of filespecs.

Fields

The underlying raw SBFileSpecListRef.

Methods

impl SBFileSpecList
[src]

[src]

Construct a new SBFileSpecList

[src]

Construct a new SBFileSpecList.

[src]

[src]

[src]

Is this filespec list empty?

[src]

Clear this filespec list.

[src]

Iterate over this filespec list.

Trait Implementations

impl Debug for SBFileSpecList
[src]

[src]

Formats the value using the given formatter.

impl Default for SBFileSpecList
[src]

[src]

Returns the "default value" for a type. Read more

impl Drop for SBFileSpecList
[src]

[src]

Executes the destructor for this type. Read more