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

#include <relative.h>

Inheritance diagram for tree_gt:
tree_diadic tree

Public Member Functions

virtual ~tree_gt ()

Static Public Member Functions

static pointer create (const pointer &left, const pointer &right)

Protected Member Functions

const char * name () const
rpt_value::pointer evaluate (string_ty *, string_ty *, string_ty *, struct stat *) const
tree::pointer optimize () const

Private Member Functions

 tree_gt (const pointer &left, const pointer &right)
 tree_gt ()
 tree_gt (const tree_gt &)
tree_gtoperator= (const tree_gt &)

Detailed Description

The tree_gt class is used to represent an expression tree which performs a greater than comparison.

Definition at line 97 of file relative.h.


Constructor & Destructor Documentation

virtual tree_gt::~tree_gt ( ) [virtual]

The destructor.

tree_gt::tree_gt ( const pointer left,
const pointer right 
) [private]

The constructor. It is private on purpose, use the "create" clas smethod instead.

Parameters:
leftThe left hand argument to this function.
rightThe right hand argument to this function.
tree_gt::tree_gt ( ) [private]

The default constructor. Do not use.

tree_gt::tree_gt ( const tree_gt ) [private]

The copy constructor. Do not use.


Member Function Documentation

static pointer tree_gt::create ( const pointer left,
const pointer right 
) [static]

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

Parameters:
leftThe left hand argument to this function.
rightThe right hand argument to this function.
rpt_value::pointer tree_gt::evaluate ( string_ty ,
string_ty ,
string_ty ,
struct stat *   
) const [protected, virtual]

Implements tree.

const char* tree_gt::name ( ) const [protected, virtual]

Implements tree.

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

The assignment operator. Do not use.

tree::pointer tree_gt::optimize ( ) const [protected, virtual]

Implements tree.


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