#include <InterpKernelFunction.hxx>

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