LLDB mainline
lldb_private::ScriptedInterface::AbstractMethodRequirement Struct Reference

#include <ScriptedInterface.h>

Public Attributes

llvm::StringLiteral name
size_t min_arg_count = 0

Detailed Description

Definition at line 40 of file ScriptedInterface.h.

Member Data Documentation

◆ min_arg_count

size_t lldb_private::ScriptedInterface::AbstractMethodRequirement::min_arg_count = 0

Definition at line 42 of file ScriptedInterface.h.

◆ name

llvm::StringLiteral lldb_private::ScriptedInterface::AbstractMethodRequirement::name

Definition at line 41 of file ScriptedInterface.h.


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