Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::lang::cx_switch Class Reference

The representation of a C switch block. More...

#include <more/lang/cx_expr.h>

Inheritance diagram for more::lang::cx_switch:

Inheritance graph
[legend]
Collaboration diagram for more::lang::cx_switch:

Collaboration graph
[legend]
List of all members.

Public Methods


Detailed Description

The representation of a C switch block.


Constructor & Destructor Documentation

more::lang::cx_switch::cx_switch cx_expr   cond [inline, explicit]
 


Member Function Documentation

virtual void more::lang::cx_switch::append_ctors_to cx_block   blk [virtual]
 

Append constructors of this expression to blk.

Reimplemented from more::lang::cx_block.

virtual void more::lang::cx_switch::append_dtors_to cx_block   blk [virtual]
 

Append destructors of this expression to blk.

Implementations of this function shall not declare variables in blk.

Reimplemented from more::lang::cx_block.

virtual void more::lang::cx_switch::print_as_stmt std::ostream &    os const [virtual]
 

Print this expression as a C statement.

The default implementation calls print_source and then appends a semicolon.

Reimplemented from more::lang::cx_block.


The documentation for this class was generated from the following file:
Generated on Sat Sep 7 19:12:54 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.