LLDB mainline
lldb_private::TypeListImpl::AppendVisitor Class Reference

#include <Type.h>

Public Member Functions

 AppendVisitor (TypeListImpl &type_list)
void operator() (const lldb::TypeImplSP &type)

Private Attributes

TypeListImplm_type_list

Detailed Description

Definition at line 703 of file Type.h.

Constructor & Destructor Documentation

◆ AppendVisitor()

lldb_private::TypeListImpl::AppendVisitor::AppendVisitor ( TypeListImpl & type_list)
inline

Definition at line 705 of file Type.h.

References m_type_list, and lldb_private::TypeListImpl::TypeListImpl().

Member Function Documentation

◆ operator()()

void lldb_private::TypeListImpl::AppendVisitor::operator() ( const lldb::TypeImplSP & type)
inline

Definition at line 707 of file Type.h.

References m_type_list.

Member Data Documentation

◆ m_type_list

TypeListImpl& lldb_private::TypeListImpl::AppendVisitor::m_type_list
private

Definition at line 710 of file Type.h.

Referenced by AppendVisitor(), and operator()().


The documentation for this class was generated from the following file: