#include <Quantity.h>
Public Member Functions | |
bool | name (void) const |
return the status to print the quantity name | |
bool | symbol (void) const |
return the status to print the quantity symbol | |
Static Private Attributes | |
bool | _name = false |
default value | |
bool | _symbol = false |
default value |
Definition at line 325 of file Quantity.h.
|
return the status to print the quantity name reads the private _name data member. Definition at line 337 of file Quantity.h. References _name. |
|
return the status to print the quantity symbol reads the private _symbol data member. Definition at line 341 of file Quantity.h. References _symbol. |
|
default value
Definition at line 32 of file Quantity.cc. Referenced by name(). |
|
default value
Definition at line 34 of file Quantity.cc. Referenced by symbol(). |