|
enum class | routeParametersType { stringTypeIndex
, integerTypeIndex
, doubleTypeIndex
} |
|
|
std::string | baseRoute |
|
std::unordered_map< std::string, std::variant< std::string, int64_t, double > > | parameters |
|
std::vector< std::string > | indices |
|
|
static constexpr std::string_view | stringType = "string:" |
|
static constexpr std::string_view | integerType = "int:" |
|
static constexpr std::string_view | doubleType = "double:" |
|
Definition at line 9 of file RouteParameters.h.
◆ routeParametersType
enum class framework::utility::RouteParameters::routeParametersType |
|
strong |
◆ baseRoute
std::string framework::utility::RouteParameters::baseRoute |
◆ doubleType
std::string_view framework::utility::RouteParameters::doubleType = "double:" |
|
staticconstexpr |
◆ indices
std::vector<std::string> framework::utility::RouteParameters::indices |
◆ integerType
std::string_view framework::utility::RouteParameters::integerType = "int:" |
|
staticconstexpr |
◆ parameters
std::unordered_map<std::string, std::variant<std::string, int64_t, double> > framework::utility::RouteParameters::parameters |
◆ stringType
std::string_view framework::utility::RouteParameters::stringType = "string:" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: