Struct lldb::SBTypeList
[−]
[src]
pub struct SBTypeList { pub raw: SBTypeListRef, }
A list of types.
Fields
raw: SBTypeListRef
The underlying raw SBTypeListRef
.
Methods
impl SBTypeList
[src]
fn wrap(raw: SBTypeListRef) -> SBTypeList
[src]
Construct a new SBTypeList
.
fn append(&self, t: &SBType)
[src]
fn is_empty(&self) -> bool
[src]
Is this type list empty?
fn iter(&self) -> SBTypeListIter
[src]
Iterate over this type list.