LLDB mainline
Public Attributes | List of all members
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 34 of file ScriptedInterface.h.

Member Data Documentation

◆ min_arg_count

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

Definition at line 36 of file ScriptedInterface.h.

◆ name

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

Definition at line 35 of file ScriptedInterface.h.


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