#include <StructuredDataImpl.h>
Definition at line 26 of file StructuredDataImpl.h.
◆ StructuredDataImpl() [1/4]
lldb_private::StructuredDataImpl::StructuredDataImpl |
( |
| ) |
|
|
default |
◆ StructuredDataImpl() [2/4]
◆ StructuredDataImpl() [3/4]
◆ StructuredDataImpl() [4/4]
lldb_private::StructuredDataImpl::StructuredDataImpl |
( |
const lldb::EventSP & |
event_sp | ) |
|
|
inline |
◆ ~StructuredDataImpl()
lldb_private::StructuredDataImpl::~StructuredDataImpl |
( |
| ) |
|
|
default |
◆ Clear()
void lldb_private::StructuredDataImpl::Clear |
( |
| ) |
|
|
inline |
◆ GetAsJSON()
Status lldb_private::StructuredDataImpl::GetAsJSON |
( |
Stream & |
stream | ) |
const |
|
inline |
◆ GetBooleanValue()
bool lldb_private::StructuredDataImpl::GetBooleanValue |
( |
bool |
fail_value = false | ) |
const |
|
inline |
◆ GetDescription()
Status lldb_private::StructuredDataImpl::GetDescription |
( |
Stream & |
stream | ) |
const |
|
inline |
◆ GetFloatValue()
double lldb_private::StructuredDataImpl::GetFloatValue |
( |
double |
fail_value = 0.0 | ) |
const |
|
inline |
◆ GetGenericValue()
void * lldb_private::StructuredDataImpl::GetGenericValue |
( |
| ) |
const |
|
inline |
◆ GetIntegerValue() [1/2]
int64_t lldb_private::StructuredDataImpl::GetIntegerValue |
( |
int64_t |
fail_value = 0 | ) |
const |
|
inline |
◆ GetIntegerValue() [2/2]
uint64_t lldb_private::StructuredDataImpl::GetIntegerValue |
( |
uint64_t |
fail_value = 0 | ) |
const |
|
inline |
◆ GetItemAtIndex()
◆ GetObjectSP() [1/2]
◆ GetObjectSP() [2/2]
◆ GetSize()
size_t lldb_private::StructuredDataImpl::GetSize |
( |
| ) |
const |
|
inline |
◆ GetStringValue()
size_t lldb_private::StructuredDataImpl::GetStringValue |
( |
char * |
dst, |
|
|
size_t |
dst_len |
|
) |
| const |
|
inline |
◆ GetType()
◆ GetValueForKey()
◆ IsValid()
bool lldb_private::StructuredDataImpl::IsValid |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetObjectSP()
◆ m_data_sp
Definition at line 179 of file StructuredDataImpl.h.
Referenced by Clear(), GetAsJSON(), GetBooleanValue(), GetDescription(), GetFloatValue(), GetGenericValue(), GetIntegerValue(), GetItemAtIndex(), GetObjectSP(), GetSize(), GetStringValue(), GetType(), GetValueForKey(), IsValid(), and SetObjectSP().
◆ m_plugin_wp
The documentation for this class was generated from the following file: