Audacity 3.2.0
Namespaces | Functions
HexHelpers.h File Reference

Define helper functions for hex-to-num conversion. More...

#include <cstdint>
#include <cassert>
#include <cctype>
Include dependency graph for HexHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  audacity
 

Functions

uint8_t audacity::HexCharToNum (char c) noexcept
 

Detailed Description

Define helper functions for hex-to-num conversion.


Audacity: A Digital Audio Editor

Dmitry Vedenko

Definition in file HexHelpers.h.