LLDB mainline
|
#include <Type.h>
Classes | |
class | AppendVisitor |
Public Member Functions | |
TypeListImpl ()=default | |
void | Append (const lldb::TypeImplSP &type) |
void | Append (const lldb_private::TypeList &type_list) |
lldb::TypeImplSP | GetTypeAtIndex (size_t idx) |
size_t | GetSize () |
Private Attributes | |
std::vector< lldb::TypeImplSP > | m_content |
|
default |
|
inline |
Definition at line 667 of file Type.h.
References m_content.
Referenced by lldb_private::TypeListImpl::AppendVisitor::operator()().
void TypeListImpl::Append | ( | const lldb_private::TypeList & | type_list | ) |
Definition at line 237 of file Type.cpp.
References lldb_private::TypeList::ForEach().
|
inline |
|
inline |
|
private |
Definition at line 691 of file Type.h.
Referenced by Append(), GetSize(), and GetTypeAtIndex().