JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
Loading...
Searching...
No Matches
property.hpp File Reference

A named, typed view into a region of game memory, with datatype and endianness handling and a templated accessor for reading the pointed-to value. More...

#include <cstring>
#include <jaffarCommon/exceptions.hpp>
#include <jaffarCommon/hash.hpp>
#include <string>

Go to the source code of this file.

Classes

class  jaffarPlus::Property
 A named, typed reference to a value stored at a memory address. More...
 

Detailed Description

A named, typed view into a region of game memory, with datatype and endianness handling and a templated accessor for reading the pointed-to value.

Definition in file property.hpp.