|
Porytiles
|
#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | porytiles::LayerValue< T > |
| A small container that holds an optional-wrapped value, validation state, and metadata about the value source. More... | |
| struct | porytiles::ProvenanceChainLink< T > |
| A container that pairs a provider name with its LayerValue response. More... | |
Namespaces | |
| namespace | porytiles |
Enumerations | |
| enum class | porytiles::ValidationState { porytiles::not_provided , porytiles::valid , porytiles::invalid } |
| Represents the validation state of a configuration value from a ConfigProvider. More... | |