#include <cstdlib>#include <cassert>#include <cstdarg>#include <cstdio>#include <cstring>#include <memory>#include <string>#include <wchar.h>#include <stdio.h>#include <ctype.h>Include dependency graph for ASCStringHelpers.h:

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

Go to the source code of this file.
Classes | |
| class | ASCStringHelpers |
| The ASCStringHelpers class provides helper's functions used by ASCString. More... | |
Defines | |
| #define | _T(text) text |
Typedefs | |
| typedef string | ASCCharTString |
| typedef wstring | ASCAdaptatorString |
| #define _T | ( | text | ) | text |
Definition at line 123 of file ASCStringHelpers.h.
| typedef wstring ASCAdaptatorString |
Definition at line 118 of file ASCStringHelpers.h.
| typedef string ASCCharTString |
Definition at line 114 of file ASCStringHelpers.h.
1.5.1