FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
HexadecimalBlock_struct Class Reference

Placeholder structure to reference a block of arbitrary data to be output in hexadecimal. More...

#include <logging_api.hpp>

Public Member Functions

 HexadecimalBlock_struct (const void *bfr, uint_fast32_t len, bool useLowercase=true) OME_ALWAYS_INLINE
 

Public Attributes

const void * dataBfr
 
uint_fast32_t bfrLen
 
bool asLowercase
 

Detailed Description

Placeholder structure to reference a block of arbitrary data to be output in hexadecimal.

Constructor & Destructor Documentation

◆ HexadecimalBlock_struct()

HexadecimalBlock_struct::HexadecimalBlock_struct ( const void *  bfr,
uint_fast32_t  len,
bool  useLowercase = true 
)
inline

References asLowercase, bfrLen, and dataBfr.

Member Data Documentation

◆ asLowercase

bool HexadecimalBlock_struct::asLowercase

◆ bfrLen

uint_fast32_t HexadecimalBlock_struct::bfrLen

◆ dataBfr

const void* HexadecimalBlock_struct::dataBfr

The documentation for this class was generated from the following file:
Generated: Tue Jul 28 2020 16:03:27
Support Information