18 #ifndef COPASI_CNormalGeneralPower_H__
19 #define COPASI_CNormalGeneralPower_H__
58 virtual std::string
toString()
const;
static const char * SYMBOLS[]
CNormalFraction & getLeft()
virtual ~CNormalGeneralPower()
bool operator==(const CNormalGeneralPower &rhs) const
static CNormalGeneralPower * createUnitGeneralPower()
void multiply(const CNormalGeneralPower &generalPower)
std::ostream & operator<<(std::ostream &os, const CNormalGeneralPower &pow)
CNormalFraction & getRight()
virtual CNormalBase * copy() const
void setRight(const CNormalFraction &right)
CNormalFraction * mpRight
void setLeft(const CNormalFraction &left)
virtual std::string toString() const
bool operator<(const CNormalGeneralPower &rhs) const
CNormalGeneralPower & operator=(const CNormalGeneralPower &src)