The SimpleCxxLib package


#include "tokenscanner.h"

This file exports a TokenScanner class that divides a string into individual logical units called tokens.
Class
TokenScanner This class divides a string into individual tokens.
Type
TokenType This enumerated type defines the values of the getTokenType method.

Type detail


enum TokenType { SEPARATOR, WORD, NUMBER, STRING, OPERATOR };
This enumerated type defines the values of the getTokenType method.