PrintStatement Class Reference

This class handles some of the print statements made in CLI. More...

#include <PrintStatement.h>

Inheritance diagram for PrintStatement:
Collaboration diagram for PrintStatement:

List of all members.

Public Member Functions

 PrintStatement (Expr *rhs)
 Construct an print statement. The argument can be any expression.
virtual ~PrintStatement ()
 Destructor.
void process (CliArgList *loop_vars)
 This will evaluate the expression on the right hand side of the print statement, and print it to a predefined output stream.

Friends

class boost::serialization::access


Detailed Description

This class handles some of the print statements made in CLI.

See also:
Statement

Member Function Documentation

void PrintStatement::process ( CliArgList loop_vars  )  [virtual]

This will evaluate the expression on the right hand side of the print statement, and print it to a predefined output stream.

Implements Statement.


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

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:12 2010 by doxygen