#include <ParsingInfo.h>
The parsing information returned from parsingInfo() method generated in case of '-withParsingInfo' command line option.
Definition at line 16 of file ParsingInfo.h.
◆ ParsingInfo()
| zserio::ParsingInfo::ParsingInfo |
( |
| ) |
|
|
inline |
◆ getBitPosition()
| size_t zserio::ParsingInfo::getBitPosition |
( |
| ) |
const |
|
inline |
Gets the bit position.
- Returns
- The blob offset of the object in bits counted from zero.
- Exceptions
-
Definition at line 65 of file ParsingInfo.h.
◆ getBitSize()
| size_t zserio::ParsingInfo::getBitSize |
( |
| ) |
const |
|
inline |
Gets the bit size.
- Returns
- Blob size of the object in bits.
- Exceptions
-
Definition at line 82 of file ParsingInfo.h.
◆ setBitPosition()
| void zserio::ParsingInfo::setBitPosition |
( |
size_t |
endBitPosition | ) |
|
|
inline |
Initializes the bit position.
- Parameters
-
| endBitPosition | End bit position to calculate the bit position from. |
Definition at line 32 of file ParsingInfo.h.
◆ setEndBitPosition()
| void zserio::ParsingInfo::setEndBitPosition |
( |
size_t |
endBitPosition | ) |
|
|
inline |
Initializes the bit size using the end bit position.
It is supposed that bit position has been already correctly set before this method is called.
- Parameters
-
| endBitPosition | End bit position to calculate the bit size from. |
- Exceptions
-
Definition at line 46 of file ParsingInfo.h.
The documentation for this class was generated from the following file: