LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
LC::Util::Tokenize Struct Reference

#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_
 

Detailed Description

Definition at line 21 of file tokenize.h.

Member Function Documentation

◆ begin()

Iterator LC::Util::Tokenize::begin ( ) const
inline

Definition at line 87 of file tokenize.h.

References end().

Referenced by end().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ end()

Iterator LC::Util::Tokenize::end ( ) const
inline

Definition at line 93 of file tokenize.h.

References begin().

Referenced by begin().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rbegin()

auto LC::Util::Tokenize::rbegin ( ) const
inline

Definition at line 98 of file tokenize.h.

◆ rend()

auto LC::Util::Tokenize::rend ( ) const
inline

Definition at line 103 of file tokenize.h.

Member Data Documentation

◆ Ch_

QChar LC::Util::Tokenize::Ch_

Definition at line 30 of file tokenize.h.

Referenced by LC::Util::Tokenize::Iterator::operator++().

◆ Str_

QStringView LC::Util::Tokenize::Str_

Definition at line 29 of file tokenize.h.

Referenced by LC::Util::Tokenize::Iterator::operator++().


The documentation for this struct was generated from the following file: