|
VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
Public Types | |
| enum | 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 = {} |
Configuration Value.
| enum Type |
|
delete |
|
inline |
|
inline |
| int64_t integer |
| const char* string |
| enum VSTGUI::Standalone::Application::ConfigValue::Type type = Type::Unknown |
| union { ... } value |