#include <text_editor.h>
Public Member Functions | |
| Breakpoint () | |
Public Attributes | |
| int | mLine |
| bool | mEnabled |
| std::string | mCondition |
Definition at line 46 of file text_editor.h.
|
inline |
Definition at line 51 of file text_editor.h.
| int TextEditor::Breakpoint::mLine |
Definition at line 47 of file text_editor.h.
| bool TextEditor::Breakpoint::mEnabled |
Definition at line 48 of file text_editor.h.
| std::string TextEditor::Breakpoint::mCondition |
Definition at line 49 of file text_editor.h.