HDK
|
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_VectorTypes.h"
#include "UT_StringView.h"
#include <SYS/SYS_Compiler.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_String.h>
#include <SYS/SYS_Types.h>
#include <functional>
#include <iosfwd>
#include <string>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | UT_String |
class | UT_StringWrap |
class | UT_StringCshIO |
struct | UTnumberedStringCompare |
Functions | |
UT_API void | UTvarLookup (const char *name, UT_String &result) |
UT_API void | UTexprLookup (const char *name, UT_String &result) |
SYS_FORCE_INLINE bool | UTisstring (const char *s) |
SYS_FORCE_INLINE bool | UTisdigit (char c) |
UT_API std::ostream & | do_setformat (std::ostream &os, const char fmt[]) |
SYS_FORCE_INLINE bool UTisdigit | ( | char | c | ) |
Definition at line 62 of file UT_String.h.
SYS_FORCE_INLINE bool UTisstring | ( | const char * | s | ) |
Definition at line 57 of file UT_String.h.