#include <Quantity.h>
Public Member Functions | |
bool | name (void) const |
return the status to read the quantity name | |
bool | symbol (void) const |
return the status to read the quantity symbol | |
bool | equal (void) const |
return the status to read the equal sign | |
std::string | unit (void) const |
return the unit symbol to be assumed | |
Static Private Attributes | |
bool | _name = false |
default value | |
bool | _symbol = false |
default value | |
bool | _equal = true |
default value | |
std::string | _unit = "" |
default value |
Definition at line 384 of file Quantity.h.
|
return the status to read the equal sign reads the private _equal data member. Definition at line 416 of file Quantity.h. References _equal. |
|
return the status to read the quantity name reads the private _name data member. Definition at line 406 of file Quantity.h. |
|
return the status to read the quantity symbol reads the private _symbol data member. Definition at line 411 of file Quantity.h. |
|
return the unit symbol to be assumed reads the private _unit data member; Definition at line 421 of file Quantity.h. References _unit. |
|
default value when reading input containing a value but no unit symbol, assume this symbol. Definition at line 43 of file Quantity.cc. Referenced by unit(). |