LLVM  4.0.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 99 of file LineEditor.cpp.

Member Data Documentation

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

Definition at line 106 of file LineEditor.cpp.

EditLine* llvm::LineEditor::InternalData::EL
History* llvm::LineEditor::InternalData::Hist
LineEditor* llvm::LineEditor::InternalData::LE

Definition at line 100 of file LineEditor.cpp.

Referenced by llvm::LineEditor::LineEditor().

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

Definition at line 108 of file LineEditor.cpp.

Referenced by llvm::LineEditor::LineEditor(), and llvm::LineEditor::~LineEditor().

unsigned llvm::LineEditor::InternalData::PrevCount

Definition at line 105 of file LineEditor.cpp.


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