JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Functions
ustring.cpp File Reference
#include "ustring.h"

Go to the source code of this file.

Functions

template<class TDstChar , class TSrcChar >
void Steinberg::StringCopy (TDstChar *dst, int32 dstSize, const TSrcChar *src, int32 srcSize=-1)
 Copy strings of different character width.
 
template<class TSrcChar >
int32 Steinberg::StringLength (const TSrcChar *src, int32 srcSize=-1)
 Find length of null-terminated string, i.e.
 

Function Documentation

◆ StringCopy()

template<class TDstChar , class TSrcChar >
void Steinberg::StringCopy ( TDstChar *  dst,
int32  dstSize,
const TSrcChar *  src,
int32  srcSize = -1 
)

Copy strings of different character width.

Definition at line 69 of file ustring.cpp.

◆ StringLength()

template<class TSrcChar >
int32 Steinberg::StringLength ( const TSrcChar *  src,
int32  srcSize = -1 
)

Find length of null-terminated string, i.e.

StringLength (L"ABC\0") => 3

Definition at line 87 of file ustring.cpp.