TokenEntry Struct Reference Library » Token System Library

#include <lib_token.h>

详细描述

Data structure that represents a Token.

公共成员函数

  TokenEntry (const String &token, const String &help, const String &example)

Public Attributes

String   _token
String   _help
String   _example

构造函数 & 析构函数文档编制

◆  TokenEntry()

TokenEntry ( const String token ,
const String help ,
const String example  
)

Constructor.

参数
[in] token The keyword for the Token (without "$").
[in] help The help string which identifies the Token.
[in] example An optional example string.

Member Data Documentation

◆  _token

String _token

The keyword for the Token (without "$").

◆  _help

String _help

The help string which identifies the Token.

◆  _example

String _example

An optional example string.