Aegis  4.25.D505
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
rpt_expr_nmatch Class Reference

#include <rel.h>

Inheritance diagram for rpt_expr_nmatch:
rpt_expr

Public Member Functions

virtual ~rpt_expr_nmatch ()

Static Public Member Functions

static rpt_expr::pointer create (const rpt_expr::pointer &lhs, const rpt_expr::pointer &rhs)

Protected Member Functions

rpt_value::pointer evaluate () const

Private Member Functions

 rpt_expr_nmatch (const rpt_expr::pointer &lhs, const rpt_expr::pointer &rhs)
 rpt_expr_nmatch ()
 rpt_expr_nmatch (const rpt_expr_nmatch &)
rpt_expr_nmatchoperator= (const rpt_expr_nmatch &)

Detailed Description

The rpt_expr_nmatch class is used to represent a syntax tree nmatch expression node.

Definition at line 387 of file rel.h.


Constructor & Destructor Documentation

virtual rpt_expr_nmatch::~rpt_expr_nmatch ( ) [virtual]

The destructor.

rpt_expr_nmatch::rpt_expr_nmatch ( const rpt_expr::pointer lhs,
const rpt_expr::pointer rhs 
) [private]

The constructor. It's private on purpose, use the "create" class method instead.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

static rpt_expr::pointer rpt_expr_nmatch::create ( const rpt_expr::pointer lhs,
const rpt_expr::pointer rhs 
) [static]

The create class method is used to create new dynamically allocated instance of this class.

rpt_value::pointer rpt_expr_nmatch::evaluate ( ) const [protected, virtual]

The evaluate method may be used to calculate the value of the expression syntax tree.

Implements rpt_expr.

rpt_expr_nmatch& rpt_expr_nmatch::operator= ( const rpt_expr_nmatch ) [private]

The assignment operator. Do not use.


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