Version: 5.1.6

INTERP_KERNEL.Log10Function Class Reference

#include <InterpKernelFunction.hxx>

Inheritance diagram for INTERP_KERNEL.Log10Function:
Inheritance graph

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"

Constructor & Destructor Documentation

Log10Function::~Log10Function (  ) 

Member Function Documentation

void Log10Function::operate ( std::vector< Value * > &  stack  )  const throw (INTERP_KERNEL::Exception) [virtual]
void Log10Function::operateX86 ( std::vector< std::string > &  asmb  )  const throw (INTERP_KERNEL::Exception) [virtual]
const char * Log10Function::getRepr (  )  const [virtual]
bool Log10Function::isACall (  )  const [virtual]

Field Documentation

const char Log10Function::REPR = "log10" [static]