|
VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for StringToken:Public Types | |
| enum | Type { kString, kAdd, kSubtract, kMulitply, kDivide, kOpenParenthesis, kCloseParenthesis, kResult } |
Public Member Functions | |
| StringToken (const std::string &str) | |
| StringToken (const StringToken &token)=default | |
| StringToken (Type type, double value=0) | |
Public Attributes | |
| Type | type |
| double | result |
| enum Type |
|
inlineexplicit |
|
default |
|
inline |
| double result |
| Type type |