#include <commandbase.h>
A parameter id with its own value. Used internally by the PARAM() macro (see below).
公共成员函数 |
|
| CommandTuple (const InternedId &idx, 数据 &&data) | |
静态公共成员函数 |
|
| template<typename T > | |
| static CommandTuple | 创建 (const InternedId &idx, T &&data) |
Public Attributes |
|
| Tuple < InternedId , 数据 > | _data |
| CommandTuple | ( | const InternedId & | idx , |
| 数据 && | data | ||
| ) |
|
static |
| Tuple < InternedId , 数据 > _data |
The parameter id and the corresponding value to be set.