#include "ASCStringHelpers.h"#include <stdexcept>#include <stdarg.h>Include dependency graph for ascstring.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ASCString |
| The ASCString class provides an abstract way to manipulate strings. More... | |
Functions | |
| ASCString | copytoLower (const ASCString &s) |
| ASCString | copytoUpper (const ASCString &s) |
| const ASCString | operator+ (const char *s1, const ASCString &s2) |
Referenced by Locale::getLocalizedFile(), and SoundList::getSound().
1.5.1