LLDB mainline
Public Member Functions | Private Attributes | List of all members
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 636 of file Type.h.

Constructor & Destructor Documentation

◆ AppendVisitor()

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

Definition at line 638 of file Type.h.

Member Function Documentation

◆ operator()()

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

Definition at line 640 of file Type.h.

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

Member Data Documentation

◆ m_type_list

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

Definition at line 643 of file Type.h.

Referenced by operator()().


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