Kate
prefixstore.cpp
Go to the documentation of this file.
114 kDebug() << i << "x" << QChar(it.key()) << "->" << it.value().first << "x" << it.value().second;
TransitionFunction m_transitionFunction
Definition: prefixstore.h:76
void clear()
void push_back(const T &value)
QList< unsigned long long > m_stateFreeList
Definition: prefixstore.h:78
const_iterator insert(const T &value)
bool isEmpty() const
bool isEmpty() const
iterator begin()
ushort unicode() const
unsigned long long m_lastAssignedState
Definition: prefixstore.h:79
iterator erase(iterator pos)
void clear()
iterator find(const Key &key)
iterator begin()
bool contains(const T &value) const
QString mid(int position, int n) const
bool remove(const T &value)
T takeFirst()
iterator end()
const QChar at(int position) const
int computeLongestPrefixLength()
Definition: prefixstore.cpp:173
int length() const
QSet< unsigned long long > m_acceptingStates
Definition: prefixstore.h:77
iterator end()
void clear()
QString findPrefix(const QString &s, int start=0) const
Returns the shortest prefix of the given string that is contained in this prefix store starting at po...
Definition: prefixstore.cpp:120
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.