MD::UnicodeChar
MD::UnicodeChar Class Reference
#include <traits.h>
Public Member Functions | |
UnicodeChar () | |
UnicodeChar (UChar32 ch) | |
bool | isDigit () const |
bool | isLetter () const |
bool | isLetterOrNumber () const |
bool | isNull () const |
bool | isPunct () const |
bool | isSpace () const |
bool | isSymbol () const |
operator UChar32 () const | |
bool | operator!= (const UnicodeChar &other) const |
bool | operator== (const UnicodeChar &other) const |
UnicodeChar | toLower () const |
UChar32 | unicode () const |
Detailed Description
Wrapper for UChar32 to be used with MD::Parser.
Constructor & Destructor Documentation
◆ UnicodeChar() [1/2]
◆ UnicodeChar() [2/2]
Member Function Documentation
◆ isDigit()
◆ isLetter()
◆ isLetterOrNumber()
◆ isNull()
◆ isPunct()
◆ isSpace()
◆ isSymbol()
◆ operator UChar32()
◆ operator!=()
|
inline |
◆ operator==()
|
inline |
◆ toLower()
|
inline |
◆ unicode()
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:15 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:15 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.