LLDB mainline
lldb_private::PropertyDefinition Struct Reference

#include <Property.h>

Public Attributes

const char * name
OptionValue::Type type
bool global
uintptr_t default_uint_value
const char * default_cstr_value
OptionEnumValues enum_values
const char * description

Detailed Description

Definition at line 23 of file Property.h.

Member Data Documentation

◆ default_cstr_value

const char* lldb_private::PropertyDefinition::default_cstr_value

Definition at line 28 of file Property.h.

◆ default_uint_value

uintptr_t lldb_private::PropertyDefinition::default_uint_value

Definition at line 27 of file Property.h.

Referenced by lldb_private::Property::Property().

◆ description

const char* lldb_private::PropertyDefinition::description

Definition at line 30 of file Property.h.

◆ enum_values

OptionEnumValues lldb_private::PropertyDefinition::enum_values

Definition at line 29 of file Property.h.

Referenced by lldb_private::Property::Property().

◆ global

bool lldb_private::PropertyDefinition::global

Definition at line 26 of file Property.h.

◆ name

const char* lldb_private::PropertyDefinition::name

Definition at line 24 of file Property.h.

◆ type

OptionValue::Type lldb_private::PropertyDefinition::type

Definition at line 25 of file Property.h.

Referenced by lldb_private::Property::Property().


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