#include <SimoxUtility/meta/enum/adapt_enum.h>
#include "../Storage.h"
#include "Common.h"
Go to the source code of this file.
|
void | getValueFromMap (long unsigned int &val, ValueMap const &values, std::string const &name) |
|
template<class T > |
std::enable_if_t< meta::cfg::gui_definition_enabled_v< T >, void > | getValueFromMap (T &cfg, RemoteGui::ValueMap const &values, std::string const &name) |
|
template<class T > |
simox::meta::enable_if_enum_adapted_t< T > | getValueFromMap (T &cfg, RemoteGui::ValueMap const &values, std::string const &name) |
|