TDME2 1.9.121
Static Public Member Functions | List of all members
Hex Class Reference

Integer to hex string conversion utility class. More...

#include <tdme/utilities/Hex.h>

Collaboration diagram for Hex:
Collaboration graph

Static Public Member Functions

static const string encodeInt (const uint64_t decodedInt)
 Encodes an 64 bit unsigned integer to a hex string representation. More...
 
static uint64_t decodeInt (const string &encodedString)
 Decodes a hex string representation to an 64 bit unsigned integer. More...
 
static void encodeInt (const uint64_t decodedInt, string &encodedString)
 Encodes an 64 bit unsigned integer to a hex string representation. More...
 
static bool decodeInt (const string &encodedString, uint64_t &decodedInt)
 Decodes an hex string representation to 64 bit unsigned integer. More...
 

Detailed Description

Integer to hex string conversion utility class.

Author
Andreas Drewke

Definition at line 16 of file Hex.h.

Member Function Documentation

◆ decodeInt() [1/2]

static uint64_t decodeInt ( const string &  encodedString)
inlinestatic

Decodes a hex string representation to an 64 bit unsigned integer.

Parameters
encodedIntstring value to decode
Returns
decodedString

Definition at line 35 of file Hex.h.

◆ decodeInt() [2/2]

bool decodeInt ( const string &  encodedString,
uint64_t &  decodedInt 
)
static

Decodes an hex string representation to 64 bit unsigned integer.

Parameters
encodedStringencoded string
decodedIntdecoded Int
Returns
success

Definition at line 22 of file Hex.cpp.

◆ encodeInt() [1/2]

static const string encodeInt ( const uint64_t  decodedInt)
inlinestatic

Encodes an 64 bit unsigned integer to a hex string representation.

Parameters
decodedIntint value to encode
Returns
encodedString

Definition at line 24 of file Hex.h.

◆ encodeInt() [2/2]

void encodeInt ( const uint64_t  decodedInt,
string &  encodedString 
)
static

Encodes an 64 bit unsigned integer to a hex string representation.

Parameters
decodedIntint value to encode
encodedStringstring

Definition at line 10 of file Hex.cpp.


The documentation for this class was generated from the following files: