Struct lldb::SBStringList [] [src]

pub struct SBStringList {
    pub raw: SBStringListRef,
}

A list of strings.

Fields

The underlying raw SBStringListRef.

Methods

impl SBStringList
[src]

[src]

Construct a new SBStringList.

[src]

Construct a new SBStringList.

[src]

Construct a new Some(SBStringList) or None.

[src]

Check whether or not this is a valid SBStringList value.

[src]

Is this string list empty?

[src]

Clear this string list.

[src]

Append another string to this list.

[src]

Append another string list to this one.

[src]

Iterate over this string list.

Trait Implementations

impl Debug for SBStringList
[src]

[src]

Formats the value using the given formatter.

impl Default for SBStringList
[src]

[src]

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

impl Drop for SBStringList
[src]

[src]

Executes the destructor for this type. Read more