TokenEntry Struct Reference

#include <lib_token.h>

Detailed Description

Data structure that represents a Token.

Public Member Functions

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

Public Attributes

String _token
 
String _help
 
String _example
 

Constructor & Destructor Documentation

◆ TokenEntry()

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

Constructor.

Parameters
[in]tokenThe keyword for the Token (without "$").
[in]helpThe help string which identifies the Token.
[in]exampleAn 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.