|
Porytiles
|
#include <optional>#include <string>#include <vector>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... | |