LLVM API Documentation

Public Member Functions | Public Attributes
llvm::LineEditor::Completion Struct Reference

A possible completion at a given cursor position. More...

#include <LineEditor.h>

Collaboration diagram for llvm::LineEditor::Completion:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Completion ()
 Completion (const std::string &TypedText, const std::string &DisplayText)

Public Attributes

std::string TypedText
std::string DisplayText

Detailed Description

A possible completion at a given cursor position.

Definition at line 66 of file LineEditor.h.


Constructor & Destructor Documentation

Definition at line 67 of file LineEditor.h.

llvm::LineEditor::Completion::Completion ( const std::string &  TypedText,
const std::string &  DisplayText 
) [inline]

Definition at line 68 of file LineEditor.h.


Member Data Documentation

A description of this completion. This may be the completion itself, or maybe a summary of its type or arguments.

Definition at line 77 of file LineEditor.h.

The text to insert. If the user has already input some of the completion, this should only include the rest of the text.

Definition at line 73 of file LineEditor.h.


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