ACT Library
|
Used to represent log(...) arguments. Holds either a string or an expression. More...
#include <lang.h>
Public Attributes | |
unsigned int | isstring:1 |
true if string, false otherwise | |
union { | |
mstring_t * s | |
string More... | |
Expr * e | |
or expression More... | |
} | u |
Used to represent log(...) arguments. Holds either a string or an expression.
Expr* act_func_arguments::e |
or expression
unsigned int act_func_arguments::isstring |
true if string, false otherwise
mstring_t* act_func_arguments::s |
string
union { ... } act_func_arguments::u |