VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <appinit.h>
Public Types | |
enum class | Type { Unknown , Integer , String } |
Public Member Functions | |
ConfigValue ()=delete | |
constexpr | ConfigValue (int64_t v) |
constexpr | ConfigValue (const char *s) |
Public Attributes | ||
enum VSTGUI::Standalone::Application::ConfigValue::Type | type = Type::Unknown | |
union { | ||
int64_t integer | ||
const char * string | ||
} | value = {} | |
|
strong |
|
delete |
|
inlineconstexpr |
|
inlineconstexpr |
int64_t integer |
const char* string |
union { ... } value |