struct LineEditor::CompleterModel
Declaration
template <typename T>
struct LineEditor::CompleterModel : public CompleterConcept { /* full declaration omitted */ };
Declared at: llvm/include/llvm/LineEditor/LineEditor.h:130
Inherits from: LineEditor::CompleterConcept
Templates
- T
Member Variables
- public T Value
Method Overview
- public CompleterModel<T>(T Value)
- public llvm::LineEditor::CompletionAction complete(llvm::StringRef Buffer, size_t Pos) const
Inherited from LineEditor::CompleterConcept:
Methods
¶CompleterModel<T>(T Value)
CompleterModel<T>(T Value)
Declared at: llvm/include/llvm/LineEditor/LineEditor.h:131
Parameters
- T Value
¶llvm::LineEditor::CompletionAction complete(
llvm::StringRef Buffer,
size_t Pos) const
llvm::LineEditor::CompletionAction complete(
llvm::StringRef Buffer,
size_t Pos) const
Declared at: llvm/include/llvm/LineEditor/LineEditor.h:132
Parameters
- llvm::StringRef Buffer
- size_t Pos