#include <plc-value.h>
Public Member Functions | |
PLC_ConstValue (Ptr< const SpectrumModel > sm, double real) | |
PLC_ConstValue (Ptr< const SpectrumModel > sm, PLC_Value value=PLC_Value(0, 0)) | |
PLC_ConstValue (const PLC_ConstValue &value) | |
PLC_Value | GetValue (void) const |
PLC_ConstValue & | operator= (const PLC_ConstValue &value) |
PLC_ConstValue & | operator+= (double value) |
PLC_ConstValue & | operator+= (const PLC_Value &value) |
PLC_ConstValue & | operator+= (const PLC_ConstValue &value) |
PLC_ConstValue & | operator-= (double value) |
PLC_ConstValue & | operator-= (const PLC_Value &value) |
PLC_ConstValue & | operator-= (const PLC_ConstValue &value) |
PLC_ConstValue & | operator*= (double value) |
PLC_ConstValue & | operator*= (const PLC_Value &value) |
PLC_ConstValue & | operator*= (const PLC_ConstValue &value) |
PLC_ConstValue & | operator/= (double value) |
PLC_ConstValue & | operator/= (const PLC_Value &value) |
PLC_ConstValue & | operator/= (const PLC_ConstValue &value) |
Protected Member Functions | |
virtual void | pureVirtualDummy (void) |
Friends | |
PLC_ConstValue | operator+ (const PLC_ConstValue &value) |
PLC_ConstValue | operator- (const PLC_ConstValue &value) |
PLC_ConstValue | operator+ (const PLC_ConstValue &lhs, double rhs) |
PLC_ConstValue | operator+ (double lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator+ (const PLC_ConstValue &lhs, const PLC_Value &rhs) |
PLC_ConstValue | operator+ (const PLC_Value &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator+ (const PLC_ConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator- (const PLC_ConstValue &lhs, double rhs) |
PLC_ConstValue | operator- (double lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator- (const PLC_ConstValue &lhs, const PLC_Value &rhs) |
PLC_ConstValue | operator- (const PLC_Value &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator- (const PLC_ConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator* (const PLC_ConstValue &lhs, double rhs) |
PLC_ConstValue | operator* (double lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator* (const PLC_ConstValue &lhs, const PLC_Value &rhs) |
PLC_ConstValue | operator* (const PLC_Value &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator* (const PLC_ConstValue &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator/ (const PLC_ConstValue &lhs, double rhs) |
PLC_ConstValue | operator/ (double lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator/ (const PLC_ConstValue &lhs, const PLC_Value &rhs) |
PLC_ConstValue | operator/ (const PLC_Value &lhs, const PLC_ConstValue &rhs) |
PLC_ConstValue | operator/ (const PLC_ConstValue &lhs, const PLC_ConstValue &rhs) |
std::ostream & | operator<< (std::ostream &stream, PLC_ConstValue &value) |
Constant value in time and frequency