![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "tokenize.h"
Classes | |
| struct | Iterator |
Public Member Functions | |
| Iterator | begin () const |
| Iterator | end () const |
| auto | rbegin () const |
| auto | rend () const |
Public Attributes | |
| QStringView | Str_ |
| QChar | Ch_ |
Definition at line 15 of file tokenize.h.
|
inline |
Definition at line 75 of file tokenize.h.
References LC::Util::Filter().
Referenced by rend().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file tokenize.h.
Referenced by rbegin().
Here is the caller graph for this function:
|
inline |
Definition at line 86 of file tokenize.h.
References end().
Here is the call graph for this function:
|
inline |
Definition at line 91 of file tokenize.h.
References begin().
Here is the call graph for this function:| QChar LC::Util::Tokenize::Ch_ |
Definition at line 18 of file tokenize.h.
Referenced by LC::Util::Tokenize::Iterator::operator++(), and LC::Util::Tokenize::Iterator::operator--().
| QStringView LC::Util::Tokenize::Str_ |
Definition at line 17 of file tokenize.h.
Referenced by LC::Util::Tokenize::Iterator::operator*(), LC::Util::Tokenize::Iterator::operator++(), and LC::Util::Tokenize::Iterator::operator--().