|
Dev Essential
1.6.3
|
The DDRefunit class holding a reference to its complete DD (references to baseunit and prefix) More...
#include <ddunit.h>
Public Member Functions | |
| DDRefUnit ()=delete | |
| no default CTOR | |
| DDRefUnit (const DDRefUnit &)=default | |
| copy CTOR | |
| DDRefUnit (DDRefUnit &&)=default | |
| move CTOR | |
| DDRefUnit & | operator= (const DDRefUnit &)=default |
| copy assignment operator | |
| DDRefUnit & | operator= (DDRefUnit &&)=default |
| move assignment operator | |
| DDRefUnit (const dd::BaseUnit &base_unit, int32_t power, const dd::UnitPrefix &unit_prefix) | |
| CTOR. | |
| const dd::Unit::RefUnit & | getRefUnit () const |
| Get the Ref Unit object. | |
| const dd::DataDefinition & | getDD () const |
| Get the data definition. | |
The DDRefunit class holding a reference to its complete DD (references to baseunit and prefix)
| ddl::DDRefUnit::DDRefUnit | ( | const dd::BaseUnit & | base_unit, |
| int32_t | power, | ||
| const dd::UnitPrefix & | unit_prefix ) |
CTOR.
| base_unit | the base_unit |
| power | the power of the refunit |
| unit_prefix | the prefix |
| const dd::DataDefinition & ddl::DDRefUnit::getDD | ( | ) | const |
Get the data definition.
| const dd::Unit::RefUnit & ddl::DDRefUnit::getRefUnit | ( | ) | const |
Get the Ref Unit object.
copy assignment operator
move assignment operator