LLDB mainline
|
#include <CommandObject.h>
Public Member Functions | |
llvm::StringRef | operator() () const |
operator bool () const | |
Public Attributes | |
ArgumentHelpCallbackFunction * | help_callback |
bool | self_formatting |
Definition at line 73 of file CommandObject.h.
|
inlineexplicit |
Definition at line 79 of file CommandObject.h.
References help_callback.
|
inline |
Definition at line 77 of file CommandObject.h.
References help_callback.
ArgumentHelpCallbackFunction* lldb_private::CommandObject::ArgumentHelpCallback::help_callback |
Definition at line 74 of file CommandObject.h.
Referenced by operator bool(), and operator()().
bool lldb_private::CommandObject::ArgumentHelpCallback::self_formatting |
Definition at line 75 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp().