|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
Namespaces | |
| Detail | |
Functions | |
| bool | parseVersionString (const ConstString &string, int32 &major, int32 &sub, int32 &release) |
| ! parse a version string in the form of 'Version 3.7.8' More... | |
| int32 | split (const ConstString &string, const ConstString &separatorString, TContainer< String > &result) |
| ! split a string into multiple substrings separated by a separator string More... | |
| template<typename Structure > | |
| int32 | tsplit (const ConstString &string, const ConstString &separatorString, Structure &result) |
| ! split a string into multiple substrings separated by a separator string (template version) More... | |
|
inline |
! parse a version string in the form of 'Version 3.7.8'
|
inline |
! split a string into multiple substrings separated by a separator string
|
inline |
! split a string into multiple substrings separated by a separator string (template version)