Zserio C++ runtime library  1.3.0
Built for Zserio 2.18.0
zserio::BoolArrayTraits Struct Reference

#include <ArrayTraits.h>

Public Types

using ElementType = bool
 

Static Public Member Functions

static size_t bitSizeOf ()
 
static size_t bitSizeOf (size_t, ElementType)
 
static size_t initializeOffsets (size_t bitPosition, ElementType element)
 
static ElementType read (BitStreamReader &in, size_t=0)
 
static void write (BitStreamWriter &out, ElementType element)
 

Static Public Attributes

static constexpr bool IS_BITSIZEOF_CONSTANT = true
 

Detailed Description

Array traits for Zserio bool type.

Definition at line 1343 of file ArrayTraits.h.

Member Typedef Documentation

◆ ElementType

Element type.

Definition at line 1346 of file ArrayTraits.h.

Member Function Documentation

◆ bitSizeOf() [1/2]

static size_t zserio::BoolArrayTraits::bitSizeOf ( )
inlinestatic

Calculates bit size of the array element.

Returns
Bit size of the array element.

Definition at line 1353 of file ArrayTraits.h.

◆ bitSizeOf() [2/2]

static size_t zserio::BoolArrayTraits::bitSizeOf ( size_t  ,
ElementType   
)
inlinestatic

Calculates bit size of the array element.

Returns
Bit size of the array element.

Definition at line 1363 of file ArrayTraits.h.

◆ initializeOffsets()

static size_t zserio::BoolArrayTraits::initializeOffsets ( size_t  bitPosition,
ElementType  element 
)
inlinestatic

Initializes indexed offsets of the single array element.

Parameters
bitPositionCurrent bit position.
elementElement to use for calculation.
Returns
Updated bit position which points to the first bit after the array element.

Definition at line 1376 of file ArrayTraits.h.

◆ read()

static ElementType zserio::BoolArrayTraits::read ( BitStreamReader in,
size_t  = 0 
)
inlinestatic

Reads the single array element.

Parameters
inBit stream reader.
Returns
Read element.

Definition at line 1388 of file ArrayTraits.h.

◆ write()

static void zserio::BoolArrayTraits::write ( BitStreamWriter out,
ElementType  element 
)
inlinestatic

Writes the single array element.

Parameters
outBit stream writer to use.
elementElement to write.

Definition at line 1399 of file ArrayTraits.h.

Member Data Documentation

◆ IS_BITSIZEOF_CONSTANT

constexpr bool zserio::BoolArrayTraits::IS_BITSIZEOF_CONSTANT = true
staticconstexpr

Determines whether the bit size of the single element is constant.

Definition at line 1405 of file ArrayTraits.h.


The documentation for this struct was generated from the following file: