VST 3 SDK  VST 3.6.7
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Namespaces | Functions
stringconvert.h File Reference
#include "pluginterfaces/vst/vsttypes.h"
#include <string>

Namespaces

 VST3
 
 VST3::StringConvert
 

Functions

std::u16string convert (const std::string &utf8Str)
 convert an UTF-8 string to an UTF-16 string More...
 
bool convert (const std::string &utf8Str, Steinberg::Vst::String128 str)
 convert an UTF-8 string to an UTF-16 string buffer with max 127 characters More...
 
bool convert (const std::string &utf8Str, Steinberg::Vst::TChar *str, uint32_t maxCharacters)
 convert an UTF-8 string to an UTF-16 string buffer More...
 
std::string convert (const Steinberg::Vst::TChar *str)
 convert an UTF-16 string buffer to an UTF-8 string More...
 
std::string convert (const Steinberg::Vst::TChar *str, uint32_t max)
 convert an UTF-16 string buffer to an UTF-8 string More...
 
std::string convert (const std::u16string &str)
 convert an UTF-16 string to an UTF-8 string More...
 
const Steinberg::Vst::TChartoTChar (const std::u16string &str)
 
Empty

Copyright ©2017 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.