#include <InterpKernelFunction.hxx>

Public Member Functions | |
| ~PlusFunction () | |
| void | operate (std::vector< Value * > &stack) const throw (INTERP_KERNEL::Exception) |
| void | operateX86 (std::vector< std::string > &asmb) const throw (INTERP_KERNEL::Exception) |
| const char * | getRepr () const |
| bool | isACall () const |
Static Public Attributes | |
| static const char | REPR [] = "+" |
| PlusFunction::~PlusFunction | ( | ) |
| void PlusFunction::operate | ( | std::vector< Value * > & | stack | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements INTERP_KERNEL.Function.
References INTERP_KERNEL.Value.plus().
| void PlusFunction::operateX86 | ( | std::vector< std::string > & | asmb | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements INTERP_KERNEL.Function.
| const char * PlusFunction::getRepr | ( | ) | const [virtual] |
Implements INTERP_KERNEL.Function.
References INTERP_KERNEL.PlusFunction.REPR.
| bool PlusFunction::isACall | ( | ) | const [virtual] |
Implements INTERP_KERNEL.Function.
const char PlusFunction::REPR = "+" [static] |