yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::tools::FreeSpaceRegion Struct Reference

Free space region in ROM. More...

#include <code_gen_tool.h>

Public Member Functions

size_t Size () const
 

Public Attributes

uint32_t start
 
uint32_t end
 
std::string description
 
int free_percent
 

Detailed Description

Free space region in ROM.

Definition at line 42 of file code_gen_tool.h.

Member Function Documentation

◆ Size()

size_t yaze::cli::agent::tools::FreeSpaceRegion::Size ( ) const
inline

Definition at line 48 of file code_gen_tool.h.

References end, and start.

Member Data Documentation

◆ start

uint32_t yaze::cli::agent::tools::FreeSpaceRegion::start

◆ end

uint32_t yaze::cli::agent::tools::FreeSpaceRegion::end

◆ description

std::string yaze::cli::agent::tools::FreeSpaceRegion::description

◆ free_percent

int yaze::cli::agent::tools::FreeSpaceRegion::free_percent

The documentation for this struct was generated from the following file: