10#ifndef LLDB_API_SBVARIABLESOPTIONS_H
11#define LLDB_API_SBVARIABLESOPTIONS_H
29 explicit operator bool()
const;
33 bool GetIncludeArguments()
const;
35 void SetIncludeArguments(
bool);
39 void SetIncludeRecognizedArguments(
bool);
41 bool GetIncludeLocals()
const;
43 void SetIncludeLocals(
bool);
45 bool GetIncludeStatics()
const;
47 void SetIncludeStatics(
bool);
49 bool GetInScopeOnly()
const;
51 void SetInScopeOnly(
bool);
53 bool GetIncludeRuntimeSupportValues()
const;
55 void SetIncludeRuntimeSupportValues(
bool);
std::unique_ptr< VariablesOptionsImpl > m_opaque_up