|
GCpp general purpose C++ library
version 1.0
|
Go to the source code of this file.
Classes | |
| class | GString |
Macros | |
| #define | GSTRING_DEFAULT_SEPARATOR " ,;:.!?'[]{}()=+-*&%$#\n\t\r" |
| ! Default separator characters | |
| #define | GSTRING_DEFAULT_SPACE " \n\t\r" |
| ! Default space separator characters | |
| #define | GSTRING_DEFAULT_PUNCT ",;:.!?" |
| ! Default punctuation characters | |
| #define | GSTRING_ACCENT_LOWER "ΰβδιθκλξοτφωό" |
| ! Lowercase letters with accent | |
| #define | GSTRING_ACCENT_UPPER "ΐΒΔΙΘΚΛΞΟΤΦΩά" |
| ! Uppercase letters with accent | |
| #define | GSTRING_ACCENT_LIST "ΰβδιθκλξοτφωόΐΒΔΙΘΚΛΞΟΤΦΩά" |
| ! All letters with accent | |
| #define | GSTRING_NO_ACCENT_LIST "aaaeeeeiioouuAAAEEEEIIOOUU" |
| ! Letters without accent corresponding to letters with accent | |
Include file for the GString class