LLDB mainline
Classes | Public Member Functions | Private Attributes | List of all members
lldb_private::TypeListImpl Class Reference

#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::TypeImplSPm_content
 

Detailed Description

Definition at line 630 of file Type.h.

Constructor & Destructor Documentation

◆ TypeListImpl()

lldb_private::TypeListImpl::TypeListImpl ( )
default

Member Function Documentation

◆ Append() [1/2]

void lldb_private::TypeListImpl::Append ( const lldb::TypeImplSP type)
inline

Definition at line 634 of file Type.h.

References m_content.

Referenced by lldb_private::TypeListImpl::AppendVisitor::operator()().

◆ Append() [2/2]

void TypeListImpl::Append ( const lldb_private::TypeList type_list)

Definition at line 250 of file Type.cpp.

References lldb_private::TypeList::ForEach().

◆ GetSize()

size_t lldb_private::TypeListImpl::GetSize ( )
inline

Definition at line 655 of file Type.h.

References m_content.

Referenced by GetTypeAtIndex().

◆ GetTypeAtIndex()

lldb::TypeImplSP lldb_private::TypeListImpl::GetTypeAtIndex ( size_t  idx)
inline

Definition at line 648 of file Type.h.

References GetSize(), and m_content.

Member Data Documentation

◆ m_content

std::vector<lldb::TypeImplSP> lldb_private::TypeListImpl::m_content
private

Definition at line 658 of file Type.h.

Referenced by Append(), GetSize(), and GetTypeAtIndex().


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