yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
hex.h File Reference
#include <cstdint>
#include <string>
Include dependency graph for hex.h:

Go to the source code of this file.

Classes

struct  yaze::util::HexStringParams
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::util
 

Functions

std::string yaze::util::HexByte (uint8_t byte, HexStringParams params)
 
std::string yaze::util::HexWord (uint16_t word, HexStringParams params)
 
std::string yaze::util::HexLong (uint32_t dword, HexStringParams params)
 
std::string yaze::util::HexLongLong (uint64_t qword, HexStringParams params)