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

Go to the source code of this file.

Classes

struct  porytiles2::LayerValue< T >
 A small container that holds an optional-wrapped value, validation state, and metadata about the value source. More...
 

Namespaces

namespace  porytiles2
 

Enumerations

enum class  porytiles2::ValidationState { porytiles2::not_provided , porytiles2::valid , porytiles2::invalid }
 Represents the validation state of a configuration value from a ConfigProvider. More...