DataObjectKey Class Reference
Last update: 16.07.2025the key (ident) of a data object in generic containers. More...
Public Member Functions | |
| DataObjectKey (string design, string quantity) | |
| constructor More... | |
| string | design () |
| bool | isEmpty () |
| string | quantity () |
Detailed Description
the key (ident) of a data object in generic containers.
- Parameters
-
first the ident of the Design second the ident of the Quantity
Constructor & Destructor Documentation
◆ DataObjectKey()
| DataObjectKey | ( | string | design, |
| string | quantity | ||
| ) |
constructor
- Parameters
-
design sets the first member (the design name) quantity sets the second member (the quantity name)
Member Function Documentation
◆ design()
| string design | ( | ) |
- Returns
- the design ident
◆ isEmpty()
| bool isEmpty | ( | ) |
- Returns
- true if the key is empty
◆ quantity()
| string quantity | ( | ) |
- Returns
- the quantity ident