NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Structure containing the german umlauts. The lower field will contain lower case umlauts, upper field contains the upper case umlauts. More...
#include <stringdatastructures.hpp>
Public Member Functions | |
Umlauts () | |
Public Attributes | |
std::string | lower |
std::string | upper |
Structure containing the german umlauts. The lower field will contain lower case umlauts, upper field contains the upper case umlauts.
Definition at line 380 of file stringdatastructures.hpp.
|
inline |
Definition at line 387 of file stringdatastructures.hpp.
std::string Umlauts::lower |
Definition at line 382 of file stringdatastructures.hpp.
Referenced by strfnc_isalnum(), strfnc_isalpha(), strfnc_isblank(), strfnc_iscntrl(), strfnc_isgraph(), strfnc_islower(), strfnc_isprint(), strfnc_ispunct(), and strfnc_isspace().
std::string Umlauts::upper |
Definition at line 383 of file stringdatastructures.hpp.
Referenced by strfnc_isalnum(), strfnc_isalpha(), strfnc_isblank(), strfnc_iscntrl(), strfnc_isgraph(), strfnc_isprint(), strfnc_ispunct(), strfnc_isspace(), and strfnc_isupper().