relString Class Reference

#include <relString.h>

Inheritance diagram for relString:

Inheritance graph
[legend]
Collaboration diagram for relString:

Collaboration graph
[legend]

Detailed Description

Definition at line 37 of file relString.h.

Public Member Functions

 relString (string pValue)
 ~relString ()
string getValue ()
void setValue (string pValue)

Private Attributes

string mValue


Constructor & Destructor Documentation

relString::relString ( string  pValue  )  [inline]

Definition at line 43 of file relString.h.

References mValue.

relString::~relString (  )  [inline]

Definition at line 48 of file relString.h.


Member Function Documentation

string relString::getValue (  )  [inline]

Definition at line 51 of file relString.h.

References mValue.

Referenced by relTermStrExpr::interpret(), relStrExprBinOp::interpret(), relStmtExec::interpret(), relStmtPrint::interpret(), relPrintExprValues::interpret(), relPrintExprString::interpret(), relNumExprStr::interpret(), and relExprRegExTerm::interpret().

Here is the caller graph for this function:

void relString::setValue ( string  pValue  )  [inline]

Definition at line 56 of file relString.h.

References mValue.

Referenced by relStrExprBinOp::interpret(), and relStmtFor::interpret().

Here is the caller graph for this function:


Field Documentation

string relString::mValue [private]

Definition at line 40 of file relString.h.

Referenced by getValue(), relString(), and setValue().


The documentation for this class was generated from the following file:
Generated on Fri Jun 6 22:23:39 2008 for CrocoPat by  doxygen 1.5.1