Go to the source code of this file.
Namespaces | |
| namespace | Steinberg |
Defines | |
| #define | STRING(x) x |
| #define | tstrcpy strcpy |
| #define | tstrncpy strncpy |
| #define | tstrlen (uint32)strlen |
| #define | tstrcmp strcmp |
| #define | tstrncmp strncmp |
| #define | tstricmp stricmp |
| #define | tstrnicmp strnicmp |
| #define | tstrchr strchr |
| #define | tstrrchr strrchr |
| #define | tsprintf sprintf |
| #define | tsnprintf snprintf |
| #define | tvsnprintf vsnprintf |
| #define | tvsprintf vsprintf |
| #define | tvfprintf vfprintf |
| #define | tsscanf sscanf |
| #define | ttoupper toupper |
| #define | ttolower tolower |
| #define | tisupper isupper |
| #define | tislower islower |
| #define | tisspace isspace |
| #define | tisalpha isalpha |
| #define | tisalnum isalnum |
| #define | tisdigit isdigit |
| #define | tstrstr strstr |
| #define | tStrBufferSize(buffer) (sizeof(buffer)) |
| #define | iswblank iswspace |
Functions | |
| bool | Steinberg::strEmpty (const tchar *str) |
| #define iswblank iswspace |
Definition at line 108 of file fstrdefs.h.
| #define STRING | ( | x | ) | x |
Definition at line 58 of file fstrdefs.h.
| #define tisalnum isalnum |
Definition at line 80 of file fstrdefs.h.
| #define tisalpha isalpha |
Definition at line 79 of file fstrdefs.h.
| #define tisdigit isdigit |
Definition at line 81 of file fstrdefs.h.
| #define tislower islower |
Definition at line 77 of file fstrdefs.h.
| #define tisspace isspace |
Definition at line 78 of file fstrdefs.h.
| #define tisupper isupper |
Definition at line 76 of file fstrdefs.h.
| #define tsnprintf snprintf |
Definition at line 69 of file fstrdefs.h.
| #define tsprintf sprintf |
Definition at line 68 of file fstrdefs.h.
| #define tsscanf sscanf |
Definition at line 73 of file fstrdefs.h.
| #define tStrBufferSize | ( | buffer | ) | (sizeof(buffer)) |
Definition at line 83 of file fstrdefs.h.
| #define tstrchr strchr |
Definition at line 66 of file fstrdefs.h.
| #define tstrcmp strcmp |
Definition at line 62 of file fstrdefs.h.
| #define tstrcpy strcpy |
Definition at line 59 of file fstrdefs.h.
| #define tstricmp stricmp |
Definition at line 64 of file fstrdefs.h.
| #define tstrlen (uint32)strlen |
Definition at line 61 of file fstrdefs.h.
| #define tstrncmp strncmp |
Definition at line 63 of file fstrdefs.h.
| #define tstrncpy strncpy |
Definition at line 60 of file fstrdefs.h.
| #define tstrnicmp strnicmp |
Definition at line 65 of file fstrdefs.h.
| #define tstrrchr strrchr |
Definition at line 67 of file fstrdefs.h.
| #define tstrstr strstr |
Definition at line 82 of file fstrdefs.h.
| #define ttolower tolower |
Definition at line 75 of file fstrdefs.h.
| #define ttoupper toupper |
Definition at line 74 of file fstrdefs.h.
| #define tvfprintf vfprintf |
Definition at line 72 of file fstrdefs.h.
| #define tvsnprintf vsnprintf |
Definition at line 70 of file fstrdefs.h.
| #define tvsprintf vsprintf |
Definition at line 71 of file fstrdefs.h.