LLDB mainline
lldb_private::ScriptedPythonInterface::AbstractMethodCheckerPayload Struct Reference

#include <ScriptedPythonInterface.h>

Classes

struct  InvalidArgumentCountPayload

Public Attributes

AbstractMethodCheckerCases checker_case
std::variant< std::monostate, InvalidArgumentCountPayloadpayload

Detailed Description

Definition at line 41 of file ScriptedPythonInterface.h.

Member Data Documentation

◆ checker_case

AbstractMethodCheckerCases lldb_private::ScriptedPythonInterface::AbstractMethodCheckerPayload::checker_case

Definition at line 51 of file ScriptedPythonInterface.h.

◆ payload

std::variant<std::monostate, InvalidArgumentCountPayload> lldb_private::ScriptedPythonInterface::AbstractMethodCheckerPayload::payload

Definition at line 52 of file ScriptedPythonInterface.h.


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