|
Porytiles
|
#include <optional>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | porytiles |
Enumerations | |
| enum class | porytiles::ConfigScopeType { porytiles::tileset , porytiles::layout } |
| Specifies the scope type for configuration value lookups. More... | |
Functions | |
| std::string | porytiles::to_string (ConfigScopeType type) |
| Converts a ConfigScopeType enum value to its string representation. | |
| std::optional< ConfigScopeType > | porytiles::from_string (const std::string &str) |
| Parses a string into a ConfigScopeType enum value. | |