#include <more/lang/cx_expr.h>
Inheritance diagram for more::lang::cx_switch:
|
|
|
Append constructors of this expression to blk.
Reimplemented from more::lang::cx_block. |
|
Append destructors of this expression to blk. Implementations of this function shall not declare variables in blk. Reimplemented from more::lang::cx_block. |
|
Print this expression as a C statement. The default implementation calls print_source and then appends a semicolon. Reimplemented from more::lang::cx_block. |