A Element is one of the elements inside a Tuple_datatype.
More...
A Element is one of the elements inside a Tuple_datatype.
◆ Element() [1/2]
PDI::Tuple_datatype::Element::Element |
( |
size_t |
offset, |
|
|
Datatype_sptr |
type |
|
) |
| |
Construct a new element.
- Parameters
-
offset | offset in byte from the Tuple_datatype start |
type | type of the contained element |
◆ Element() [2/2]
PDI::Tuple_datatype::Element::Element |
( |
const Element & |
o | ) |
|
Construct a new element by copy.
- Parameters
-
◆ offset()
size_t PDI::Tuple_datatype::Element::offset |
( |
| ) |
const |
◆ type()
Access the type of the contained element.
- Returns
- the type of the contained element
◆ operator==()
bool PDI::Tuple_datatype::Element::operator== |
( |
const Element & |
rhs | ) |
const |
Tests another element for equality.
- Parameters
-
rhs | the other element to compare |
- Returns
- true if the elements are equal
◆ operator!=()
bool PDI::Tuple_datatype::Element::operator!= |
( |
const Element & |
rhs | ) |
const |
Tests another element for inequality.
- Parameters
-
rhs | the other element to compare |
- Returns
- true if the elements are different
The documentation for this class was generated from the following file: