#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.
Referenced by Breakpoint().
bool TextEditor::Breakpoint::mEnabled |
Definition at line 48 of file text_editor.h.
Referenced by Breakpoint().
std::string TextEditor::Breakpoint::mCondition |
Definition at line 49 of file text_editor.h.