#include <InterpKernelFunction.hxx>

Public Member Functions | |
| ~MultFunction () | |
| 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 [] = "*" |
| MultFunction::~MultFunction | ( | ) |
| void MultFunction::operate | ( | std::vector< Value * > & | stack | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements INTERP_KERNEL.Function.
References INTERP_KERNEL.Value.mult().
| void MultFunction::operateX86 | ( | std::vector< std::string > & | asmb | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements INTERP_KERNEL.Function.
| const char * MultFunction::getRepr | ( | ) | const [virtual] |
Implements INTERP_KERNEL.Function.
References INTERP_KERNEL.MultFunction.REPR.
| bool MultFunction::isACall | ( | ) | const [virtual] |
Implements INTERP_KERNEL.Function.
const char MultFunction::REPR = "*" [static] |