#include <more/lang/cx_expr.h>
Inheritance diagram for more::lang::cx_call:
|
Consturct a call to fn with arugments from va.
va must be initialized to iterate over |
|
Construct a call to fn from a pre-built argument list args. args need not be 0-terminated, and should persist (use GC). |
|
Append constructors of this expression to blk.
Reimplemented from more::lang::cx_expr. |
|
Append destructors of this expression to blk. Implementations of this function shall not declare variables in blk. Reimplemented from more::lang::cx_expr. |
|
Print the C source code of this expression. The default implementation thows a logic error. This function may be overloaded to extend the backend, otherwise it may be easier to transform the source code. Reimplemented from more::lang::cx_expr. |