#include <editor.h>
|
std::vector< TextLine >::const_iterator | fPtr |
|
Definition at line 43 of file editor.h.
◆ operator!=()
bool SkPlainTextEditor::Editor::Text::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
Definition at line 47 of file editor.h.
47{
return fPtr != other.fPtr; }
std::vector< TextLine >::const_iterator fPtr
◆ operator*()
StringView SkPlainTextEditor::Editor::Text::Iterator::operator* |
( |
| ) |
|
|
inline |
Definition at line 45 of file editor.h.
45{
return fPtr->fText.view(); }
◆ operator++()
void SkPlainTextEditor::Editor::Text::Iterator::operator++ |
( |
| ) |
|
|
inline |
◆ fPtr
std::vector<TextLine>::const_iterator SkPlainTextEditor::Editor::Text::Iterator::fPtr |
The documentation for this struct was generated from the following file:
- third_party/skia/modules/skplaintexteditor/include/editor.h