VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StringToken Class Reference
+ 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
 

Member Enumeration Documentation

enum Type
Enumerator
kString 
kAdd 
kSubtract 
kMulitply 
kDivide 
kOpenParenthesis 
kCloseParenthesis 
kResult 

Constructor & Destructor Documentation

StringToken ( const std::string &  str)
inlineexplicit
StringToken ( const StringToken token)
default
StringToken ( Type  type,
double  value = 0 
)
inline

Member Data Documentation

double result
Type type

The documentation for this class was generated from the following file: