TwiceAsNice
2019-02-18
|
This class represents the power from physics. More...
#include <Power.h>
Public Member Functions | |
Power () | |
Power (double powerInWatt) | |
double | toDoubleInWatt () const |
std::string | toString () const |
bool | operator== (const Power &rhs) const |
Power () | |
Power (double powerInWatt) | |
double | toDoubleInWatt () const |
std::string | toString () const |
bool | operator== (const Power &rhs) const |
Power () | |
Power (double powerInWatt) | |
double | toDoubleInWatt () const |
std::string | toString () const |
bool | operator== (const Power &rhs) const |
Static Public Member Functions | |
static PowerPtr | null () |
static PowerPtr | null () |
static PowerPtr | null () |
Private Attributes | |
double | powerInWatt_ |
This class represents the power from physics.
Basda::Power::Power | ( | ) |
|
explicit |
Basda::Power::Power | ( | ) |
|
explicit |
Basda::Power::Power | ( | ) |
|
explicit |
|
static |
|
static |
|
static |
double Basda::Power::toDoubleInWatt | ( | ) | const |
double Basda::Power::toDoubleInWatt | ( | ) | const |
double Basda::Power::toDoubleInWatt | ( | ) | const |
std::string Basda::Power::toString | ( | ) | const |
std::string Basda::Power::toString | ( | ) | const |
string Basda::Power::toString | ( | ) | const |
|
private |