ns-3 PLC model
 All Classes Functions Variables Enumerations
Public Member Functions | Protected Member Functions | Friends
ns3::PLC_ConstValue Class Reference

#include <plc-value.h>

Inheritance diagram for ns3::PLC_ConstValue:
ns3::PLC_ValueBase

List of all members.

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_ConstValueoperator= (const PLC_ConstValue &value)
PLC_ConstValueoperator+= (double value)
PLC_ConstValueoperator+= (const PLC_Value &value)
PLC_ConstValueoperator+= (const PLC_ConstValue &value)
PLC_ConstValueoperator-= (double value)
PLC_ConstValueoperator-= (const PLC_Value &value)
PLC_ConstValueoperator-= (const PLC_ConstValue &value)
PLC_ConstValueoperator*= (double value)
PLC_ConstValueoperator*= (const PLC_Value &value)
PLC_ConstValueoperator*= (const PLC_ConstValue &value)
PLC_ConstValueoperator/= (double value)
PLC_ConstValueoperator/= (const PLC_Value &value)
PLC_ConstValueoperator/= (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)

Detailed Description

Constant value in time and frequency


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations