#include <lib_token.h>
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 |
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. |
String _token |
The keyword for the Token (without "$").
String _help |
The help string which identifies the Token.
String _example |
An optional example string.