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

more::lang::cx_expr_with_ctor_dtor Class Reference

The representation of an expression with attached constrution an destruction code. More...

#include <more/lang/cx_expr.h>

Inheritance diagram for more::lang::cx_expr_with_ctor_dtor:

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

Collaboration graph
[legend]
List of all members.

Public Methods


Detailed Description

The representation of an expression with attached constrution an destruction code.

If the expression appears as a subexpression the constructor is added before and the destructor is added after the statement of which it is a subexpression.


Constructor & Destructor Documentation

more::lang::cx_expr_with_ctor_dtor::cx_expr_with_ctor_dtor ct_type const *    t [inline]
 


Member Function Documentation

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

Append constructors of this expression to blk.

Reimplemented from more::lang::cx_expr.

Reimplemented in more::lang::cx_package_variable.

virtual void more::lang::cx_expr_with_ctor_dtor::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_expr.

Reimplemented in more::lang::cx_package_variable.

void more::lang::cx_expr_with_ctor_dtor::ctor_append_stmt cx_expr   e
 

cx_identifier* more::lang::cx_expr_with_ctor_dtor::ctor_declare ct_type const *    t
 

void more::lang::cx_expr_with_ctor_dtor::dtor_append_stmt cx_expr   e
 


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