#include <command_router_set.h>
|
using | Value = std::variant< std::monostate, std::string, int64_t, bool > |
|
◆ Value
◆ CommandRouterSet()
CommandRouterSet::CommandRouterSet |
( |
std::string_view |
name, |
|
|
Value |
value |
|
) |
| |
|
inline |
◆ name()
std::string CommandRouterSet::name |
( |
| ) |
const |
|
inline |
◆ value()
Value CommandRouterSet::value |
( |
| ) |
const |
|
inline |
◆ name_
std::string CommandRouterSet::name_ |
|
private |
◆ value_
Value CommandRouterSet::value_ |
|
private |
The documentation for this class was generated from the following file: