ACT Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
act_func_arguments Class Reference

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
 

Detailed Description

Used to represent log(...) arguments. Holds either a string or an expression.

Member Data Documentation

◆ e

Expr* act_func_arguments::e

or expression

◆ isstring

unsigned int act_func_arguments::isstring

true if string, false otherwise

◆ s

mstring_t* act_func_arguments::s

string

◆ 

union { ... } act_func_arguments::u

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