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]
pub fn wrap(raw: SBTypeListRef) -> SBTypeList[src]
Construct a new SBTypeList.
pub fn append(&self, t: &SBType)[src]
pub fn is_empty(&self) -> bool[src]
Is this type list empty?
ⓘImportant traits for SBTypeListIter<'d>pub fn iter(&self) -> SBTypeListIter[src]
ⓘImportant traits for SBTypeListIter<'d>
Iterate over this type list.