LLVM  3.7.0
Public Attributes | List of all members
llvm::LineEditor::InternalData Struct Reference
Collaboration diagram for llvm::LineEditor::InternalData:
[legend]

Public Attributes

LineEditorLE
 
History * Hist
 
EditLine * EL
 
unsigned PrevCount
 
std::string ContinuationOutput
 
FILE * Out
 

Detailed Description

Definition at line 97 of file LineEditor.cpp.

Member Data Documentation

std::string llvm::LineEditor::InternalData::ContinuationOutput

Definition at line 104 of file LineEditor.cpp.

Referenced by ElCompletionFn().

EditLine* llvm::LineEditor::InternalData::EL

Definition at line 101 of file LineEditor.cpp.

History* llvm::LineEditor::InternalData::Hist

Definition at line 100 of file LineEditor.cpp.

LineEditor* llvm::LineEditor::InternalData::LE

Definition at line 98 of file LineEditor.cpp.

Referenced by ElCompletionFn(), and ElGetPromptFn().

FILE* llvm::LineEditor::InternalData::Out

Definition at line 106 of file LineEditor.cpp.

Referenced by ElCompletionFn().

unsigned llvm::LineEditor::InternalData::PrevCount

Definition at line 103 of file LineEditor.cpp.

Referenced by ElCompletionFn().


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