Struct lldb::SBTypeList [] [src]

pub struct SBTypeList {
    pub raw: SBTypeListRef,
}

A list of types.

Fields

The underlying raw SBTypeListRef.

Methods

impl SBTypeList
[src]

[src]

Construct a new SBTypeList.

[src]

[src]

Is this type list empty?

[src]

Iterate over this type list.

Trait Implementations

impl Drop for SBTypeList
[src]

[src]

Executes the destructor for this type. Read more