#include <codec_index.h>
Inherits ddl::Position.
Inherited by ddl::codec::PositionWithAlignedTypeSize, and ddl::codec::PositionWithUsedBitsTypeSize.
|
|
size_t | type_bit_size = {} |
| | type size in bits (in case of array, this is the size of one element within the array)
|
| |
|
size_t | bit_offset = {} |
| | the bit offset
|
| |
|
size_t | bit_size = {} |
| | the elements bitsize (the whole element)
|
| |
Position with type size information
◆ operator!=()
Non-Equality operator.
- Parameters
-
| other | the other position to compare to |
- Returns
- false if every single content is the same
-
true if content is different
◆ operator==()
Equality operator.
- Parameters
-
| other | the other position to compare to |
- Returns
- true if every single content is the same
-
false if content is different
The documentation for this struct was generated from the following file: