CommandTuple Class Reference

#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()

CommandTuple ( const InternedId idx ,
数据 &&  data  
)

成员函数文档编制

◆  Create()

static CommandTuple 创建 ( const InternedId idx ,
T &&  data  
)
static

Member Data Documentation

◆  _data

Tuple < InternedId , 数据 > _data

The parameter id and the corresponding value to be set.