|
Base Module
VST 3.6.5
SDK for developing VST Plug-in
|
#include "base/source/fstring.h"#include "base/source/fdebug.h"#include "pluginterfaces/base/futils.h"#include "pluginterfaces/base/fvariant.h"#include <cstdlib>#include <ctype.h>#include <cstdio>#include <stdarg.h>#include <utility>Namespaces | |
| Steinberg | |
Macros | |
| #define | kPrintfBufferSize 4096 |
Functions | |
| uint32 | hashString8 (const char8 *s, uint32 m) |
| uint32 | hashString16 (const char16 *s, uint32 m) |
| template<class T > | |
| int32 | tstrnatcmp (const T *s1, const T *s2, bool caseSensitive=true) |
| int32 | strnatcmp8 (const char8 *s1, const char8 *s2, bool caseSensitive) |
| int32 | strnatcmp16 (const char16 *s1, const char16 *s2, bool caseSensitive) |
| #define kPrintfBufferSize 4096 |