#include "UT_API.h"#include <iostream.h>#include <string.h>#include <malloc.h>#include <ctype.h>#include <stddef.h>#include <string>#include "UT_Assert.h"#include "UT_Algorithm.h"Go to the source code of this file.
Classes | |
| class | UT_String |
| class | UT_StringCshIO |
Functions | |
| UT_API void | UTvarLookup (const char *name, UT_String &result) |
| UT_API void | UTexprLookup (const char *name, UT_String &result) |
| bool | UTisstring (const char *s) |
| bool | UTisdigit (char c) |
| UT_API ostream & | do_setformat (ostream &os, const char fmt[]) |
| UT_SWAPPER_CLASS (UT_String) | |
Definition in file UT_String.h.
| UT_API ostream& do_setformat | ( | ostream & | os, | |
| const char | fmt[] | |||
| ) |
| UT_SWAPPER_CLASS | ( | UT_String | ) |
| UT_API void UTexprLookup | ( | const char * | name, | |
| UT_String & | result | |||
| ) |
| bool UTisdigit | ( | char | c | ) | [inline] |
Definition at line 57 of file UT_String.h.
| bool UTisstring | ( | const char * | s | ) | [inline] |
Definition at line 52 of file UT_String.h.
| UT_API void UTvarLookup | ( | const char * | name, | |
| UT_String & | result | |||
| ) |
1.5.9