Porytiles
Loading...
Searching...
No Matches
config_scope_type.hpp File Reference
#include <optional>
#include <string>
Include dependency graph for config_scope_type.hpp:
This graph shows which files directly or indirectly include this file:

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< ConfigScopeTypeporytiles::from_string (const std::string &str)
 Parses a string into a ConfigScopeType enum value.