|
Interface Technology Basics
VST 3.6.5
SDK for developing VST Plug-in
|
#include "ustring.h"Namespaces | |
| Steinberg | |
Functions | |
| template<class TDstChar , class TSrcChar > | |
| void | StringCopy (TDstChar *dst, int32 dstSize, const TSrcChar *src, int32 srcSize=-1) |
| Copy strings of different character width. More... | |
| template<class TSrcChar > | |
| int32 | StringLength (const TSrcChar *src, int32 srcSize=-1) |
| Find length of null-terminated string. More... | |