#include <InterpKernelFunction.hxx>

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