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

#include <StructuredData.h>

Inheritance diagram for lldb_private::StructuredData::Generic:
Inheritance graph
[legend]

Public Member Functions

 Generic (void *object=nullptr)
 
void SetValue (void *value)
 
void * GetValue () const
 
bool IsValid () const override
 
void Serialize (llvm::json::OStream &s) const override
 
void GetDescription (lldb_private::Stream &s) const override
 
- Public Member Functions inherited from lldb_private::StructuredData::Object
 Object (lldb::StructuredDataType t=lldb::eStructuredDataTypeInvalid)
 
virtual ~Object ()=default
 
virtual bool IsValid () const
 
virtual void Clear ()
 
lldb::StructuredDataType GetType () const
 
void SetType (lldb::StructuredDataType t)
 
ArrayGetAsArray ()
 
DictionaryGetAsDictionary ()
 
UnsignedIntegerGetAsUnsignedInteger ()
 
SignedIntegerGetAsSignedInteger ()
 
uint64_t GetUnsignedIntegerValue (uint64_t fail_value=0)
 
int64_t GetSignedIntegerValue (int64_t fail_value=0)
 
FloatGetAsFloat ()
 
double GetFloatValue (double fail_value=0.0)
 
BooleanGetAsBoolean ()
 
bool GetBooleanValue (bool fail_value=false)
 
StringGetAsString ()
 
llvm::StringRef GetStringValue (const char *fail_value=nullptr)
 
GenericGetAsGeneric ()
 
ObjectSP GetObjectForDotSeparatedPath (llvm::StringRef path)
 
void DumpToStdout (bool pretty_print=true) const
 
virtual void Serialize (llvm::json::OStream &s) const =0
 
void Dump (lldb_private::Stream &s, bool pretty_print=true) const
 
virtual void GetDescription (lldb_private::Stream &s) const
 

Private Attributes

void * m_object
 

Detailed Description

Definition at line 558 of file StructuredData.h.

Constructor & Destructor Documentation

◆ Generic()

lldb_private::StructuredData::Generic::Generic ( void *  object = nullptr)
inlineexplicit

Definition at line 560 of file StructuredData.h.

Member Function Documentation

◆ GetDescription()

void StructuredData::Generic::GetDescription ( lldb_private::Stream s) const
overridevirtual

Reimplemented from lldb_private::StructuredData::Object.

Definition at line 289 of file StructuredData.cpp.

References lldb_private::Stream::Printf().

◆ GetValue()

void * lldb_private::StructuredData::Generic::GetValue ( ) const
inline

Definition at line 565 of file StructuredData.h.

References m_object.

Referenced by lldb_private::StructuredDataImpl::GetGenericValue().

◆ IsValid()

bool lldb_private::StructuredData::Generic::IsValid ( ) const
inlineoverridevirtual

Reimplemented from lldb_private::StructuredData::Object.

Definition at line 567 of file StructuredData.h.

References m_object.

◆ Serialize()

void StructuredData::Generic::Serialize ( llvm::json::OStream &  s) const
overridevirtual

Implements lldb_private::StructuredData::Object.

Definition at line 187 of file StructuredData.cpp.

◆ SetValue()

void lldb_private::StructuredData::Generic::SetValue ( void *  value)
inline

Definition at line 563 of file StructuredData.h.

References m_object.

Member Data Documentation

◆ m_object

void* lldb_private::StructuredData::Generic::m_object
private

Definition at line 574 of file StructuredData.h.

Referenced by GetValue(), IsValid(), and SetValue().


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