|
LLVM
4.0.0
|
Public Attributes | |
| LineEditor * | LE |
| History * | Hist |
| EditLine * | EL |
| unsigned | PrevCount |
| std::string | ContinuationOutput |
| FILE * | Out |
Definition at line 99 of file LineEditor.cpp.
| std::string llvm::LineEditor::InternalData::ContinuationOutput |
Definition at line 106 of file LineEditor.cpp.
| EditLine* llvm::LineEditor::InternalData::EL |
Definition at line 103 of file LineEditor.cpp.
Referenced by llvm::LineEditor::LineEditor(), llvm::LineEditor::readLine(), and llvm::LineEditor::~LineEditor().
| History* llvm::LineEditor::InternalData::Hist |
Definition at line 102 of file LineEditor.cpp.
Referenced by llvm::LineEditor::LineEditor(), llvm::LineEditor::loadHistory(), llvm::LineEditor::readLine(), llvm::LineEditor::saveHistory(), and llvm::LineEditor::~LineEditor().
| 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.
1.8.6