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  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...