LLDB mainline
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
lldb_private::TypeFilterImpl::FrontEnd Class Reference

#include <TypeSynthetic.h>

Inheritance diagram for lldb_private::TypeFilterImpl::FrontEnd:
Inheritance graph
[legend]

Public Types

typedef std::shared_ptr< SyntheticChildrenFrontEndSharedPointer
 
- Public Types inherited from lldb_private::SyntheticChildrenFrontEnd
typedef std::shared_ptr< SyntheticChildrenFrontEndSharedPointer
 
typedef std::unique_ptr< SyntheticChildrenFrontEndAutoPointer
 

Public Member Functions

 FrontEnd (TypeFilterImpl *flt, ValueObject &backend)
 
 ~FrontEnd () override=default
 
size_t CalculateNumChildren () override
 
lldb::ValueObjectSP GetChildAtIndex (size_t idx) override
 
bool Update () override
 
bool MightHaveChildren () override
 
size_t GetIndexOfChildWithName (ConstString name) override
 
- Public Member Functions inherited from lldb_private::SyntheticChildrenFrontEnd
 SyntheticChildrenFrontEnd (ValueObject &backend)
 
virtual ~SyntheticChildrenFrontEnd ()=default
 
virtual size_t CalculateNumChildren ()=0
 
virtual size_t CalculateNumChildren (uint32_t max)
 
virtual lldb::ValueObjectSP GetChildAtIndex (size_t idx)=0
 
virtual size_t GetIndexOfChildWithName (ConstString name)=0
 
virtual bool Update ()=0
 
virtual bool MightHaveChildren ()=0
 
virtual lldb::ValueObjectSP GetSyntheticValue ()
 
virtual ConstString GetSyntheticTypeName ()
 

Private Member Functions

 FrontEnd (const FrontEnd &)=delete
 
const FrontEndoperator= (const FrontEnd &)=delete
 

Private Attributes

TypeFilterImplfilter
 

Additional Inherited Members

- Protected Member Functions inherited from lldb_private::SyntheticChildrenFrontEnd
void SetValid (bool valid)
 
bool IsValid ()
 
lldb::ValueObjectSP CreateValueObjectFromExpression (llvm::StringRef name, llvm::StringRef expression, const ExecutionContext &exe_ctx)
 
lldb::ValueObjectSP CreateValueObjectFromAddress (llvm::StringRef name, uint64_t address, const ExecutionContext &exe_ctx, CompilerType type)
 
lldb::ValueObjectSP CreateValueObjectFromData (llvm::StringRef name, const DataExtractor &data, const ExecutionContext &exe_ctx, CompilerType type)
 
- Protected Attributes inherited from lldb_private::SyntheticChildrenFrontEnd
ValueObjectm_backend
 

Detailed Description

Definition at line 315 of file TypeSynthetic.h.

Member Typedef Documentation

◆ SharedPointer

Definition at line 337 of file TypeSynthetic.h.

Constructor & Destructor Documentation

◆ FrontEnd() [1/2]

lldb_private::TypeFilterImpl::FrontEnd::FrontEnd ( TypeFilterImpl flt,
ValueObject backend 
)
inline

Definition at line 317 of file TypeSynthetic.h.

◆ ~FrontEnd()

lldb_private::TypeFilterImpl::FrontEnd::~FrontEnd ( )
overridedefault

◆ FrontEnd() [2/2]

lldb_private::TypeFilterImpl::FrontEnd::FrontEnd ( const FrontEnd )
privatedelete

Member Function Documentation

◆ CalculateNumChildren()

size_t lldb_private::TypeFilterImpl::FrontEnd::CalculateNumChildren ( )
inlineoverridevirtual

◆ GetChildAtIndex()

lldb::ValueObjectSP lldb_private::TypeFilterImpl::FrontEnd::GetChildAtIndex ( size_t  idx)
inlineoverridevirtual

◆ GetIndexOfChildWithName()

size_t TypeFilterImpl::FrontEnd::GetIndexOfChildWithName ( ConstString  name)
overridevirtual

◆ MightHaveChildren()

bool lldb_private::TypeFilterImpl::FrontEnd::MightHaveChildren ( )
inlineoverridevirtual

◆ operator=()

const FrontEnd & lldb_private::TypeFilterImpl::FrontEnd::operator= ( const FrontEnd )
privatedelete

◆ Update()

bool lldb_private::TypeFilterImpl::FrontEnd::Update ( )
inlineoverridevirtual

Implements lldb_private::SyntheticChildrenFrontEnd.

Definition at line 331 of file TypeSynthetic.h.

Member Data Documentation

◆ filter

TypeFilterImpl* lldb_private::TypeFilterImpl::FrontEnd::filter
private

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