Struct lldb::SBValueList [] [src]

pub struct SBValueList {
    pub raw: SBValueListRef,
}

A list of values.

Fields

The underlying raw SBValueListRef.

Methods

impl SBValueList
[src]

[src]

Construct a new SBValueList.

[src]

Construct a new Some(SBValueList) or None.

[src]

Check whether or not this is a valid SBValueList value.

[src]

[src]

[src]

Is this value list empty?

[src]

Clear this value list.

[src]

[src]

[src]

Iterate over this value list.

Trait Implementations

impl Debug for SBValueList
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBValueList
[src]

[src]

Executes the destructor for this type. Read more