JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
Loading...
Searching...
No Matches
jaffarPlus::property_t Struct Reference

A property: a contiguous segment of memory with a size, identifiable by name. More...

#include <emulator.hpp>

Public Attributes

uint8_t * pointer
 Pointer to the start of the property's memory segment.
 
size_t size
 Size of the property's memory segment, in bytes.
 

Detailed Description

A property: a contiguous segment of memory with a size, identifiable by name.

Definition at line 24 of file emulator.hpp.

Member Data Documentation

◆ pointer

uint8_t* jaffarPlus::property_t::pointer

Pointer to the start of the property's memory segment.

Definition at line 26 of file emulator.hpp.

◆ size

size_t jaffarPlus::property_t::size

Size of the property's memory segment, in bytes.

Definition at line 27 of file emulator.hpp.


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