Hormiga 1.0

OperatorFactorial Class Reference

#include <operand.h>

Inheritance diagram for OperatorFactorial:
Collaboration diagram for OperatorFactorial:

List of all members.

Public Member Functions

virtual T_STRING getSymbol () const
virtual T_MAGNITUDE getValue () const
 OperatorFactorial (Operand *op)

Static Protected Attributes

static T_STRING symbol = "!"

Detailed Description

Definition at line 231 of file operand.h.


Constructor & Destructor Documentation

OperatorFactorial::OperatorFactorial ( Operand op)

Definition at line 411 of file operand.cpp.


Member Function Documentation

T_STRING OperatorFactorial::getSymbol ( ) const [virtual]

Return de Symbol that represent this object, it can be the name of a variable.

Implements UnaryOperator.

Definition at line 396 of file operand.cpp.

T_MAGNITUDE OperatorFactorial::getValue ( ) const [virtual]

Implements Operand.

Definition at line 401 of file operand.cpp.

Here is the call graph for this function:


Member Data Documentation

T_STRING OperatorFactorial::symbol = "!" [static, protected]

OperatorFactorial

Definition at line 238 of file operand.h.


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