yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
labeling.h File Reference
#include <cstdint>
#include <fstream>
#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "app/core/constants.h"
Include dependency graph for labeling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::app::core::ResourceLabelManager
 
struct  yaze::app::core::ResourceLabelManager::ResourceType
 

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::core
 Core application logic and utilities.
 

Functions

std::string yaze::app::core::UppercaseHexByte (uint8_t byte, bool leading)
 
std::string yaze::app::core::UppercaseHexWord (uint16_t word)
 
std::string yaze::app::core::UppercaseHexLong (uint32_t dword)
 
std::string yaze::app::core::UppercaseHexLongLong (uint64_t qword)
 
bool yaze::app::core::StringReplace (std::string &str, const std::string &from, const std::string &to)