|
Porytiles
|
#include <format>#include <optional>#include <ostream>#include <string>#include "porytiles/utilities/panic/panic.hpp"Go to the source code of this file.
Classes | |
| struct | std::formatter< porytiles::BaseGame > |
Namespaces | |
| namespace | porytiles |
Enumerations | |
| enum class | porytiles::BaseGame { porytiles::pokeemerald , porytiles::pokefirered , porytiles::pokeruby , porytiles::pokeemerald_expansion } |
| Identifies the target base game for a decompilation project. More... | |
Functions | |
| std::optional< BaseGame > | porytiles::base_game_from_str (const std::string &s) |
| Converts a string to BaseGame. | |
| std::string | porytiles::to_string (BaseGame game) |
| Converts BaseGame to string representation. | |
| std::ostream & | porytiles::operator<< (std::ostream &os, const BaseGame game) |
| Stream insertion operator for BaseGame. | |