LLDB mainline
lldb_private::CommandObject::ArgumentHelpCallback Struct Reference

#include <CommandObject.h>

Public Member Functions

llvm::StringRef operator() () const
 operator bool () const

Public Attributes

ArgumentHelpCallbackFunctionhelp_callback
bool self_formatting

Detailed Description

Definition at line 74 of file CommandObject.h.

Member Function Documentation

◆ operator bool()

lldb_private::CommandObject::ArgumentHelpCallback::operator bool ( ) const
inlineexplicit

Definition at line 80 of file CommandObject.h.

References help_callback.

◆ operator()()

llvm::StringRef lldb_private::CommandObject::ArgumentHelpCallback::operator() ( ) const
inline

Definition at line 78 of file CommandObject.h.

References help_callback.

Member Data Documentation

◆ help_callback

ArgumentHelpCallbackFunction* lldb_private::CommandObject::ArgumentHelpCallback::help_callback

Definition at line 75 of file CommandObject.h.

Referenced by operator bool(), and operator()().

◆ self_formatting

bool lldb_private::CommandObject::ArgumentHelpCallback::self_formatting

Definition at line 76 of file CommandObject.h.

Referenced by lldb_private::CommandObject::GetArgumentHelp().


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