Struct lldb::SBFileSpec [] [src]

pub struct SBFileSpec {
    pub raw: SBFileSpecRef,
}

A file specification that divides the path into a directory and basename.

The string values of the paths are put into uniqued string pools for fast comparisons and efficient memory usage.

Fields

The underlying raw SBFileSpecRef.

Methods

impl SBFileSpec
[src]

[src]

Construct a new SBFileSpec.

[src]

Construct a new Some(SBFileSpec) or None.

[src]

Check whether or not this is a valid SBFileSpec value.

[src]

Does this file exist?

[src]

The path file name.

[src]

The path directory name.

Trait Implementations

impl Debug for SBFileSpec
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBFileSpec
[src]

[src]

Executes the destructor for this type. Read more