Public Member Functions | Public Attributes
Parser::Token< TokenType > Struct Template Reference

#include <Tokenizer.h>

List of all members.

Public Member Functions

size_t size () const
 Token (TokenType type=TokenType(0), string text="")

Public Attributes

size_t end
size_t start
string text
TokenType type

Detailed Description

template<class TokenType>
struct Parser::Token< TokenType >

Definition at line 29 of file Tokenizer.h.


Constructor & Destructor Documentation

template<class TokenType>
Parser::Token< TokenType >::Token ( TokenType  type = TokenType(0),
string  text = "" 
) [inline]

Definition at line 33 of file Tokenizer.h.


Member Function Documentation

template<class TokenType>
size_t Parser::Token< TokenType >::size ( ) const [inline]

Definition at line 34 of file Tokenizer.h.


Member Data Documentation

template<class TokenType>
size_t Parser::Token< TokenType >::end

Definition at line 32 of file Tokenizer.h.

template<class TokenType>
size_t Parser::Token< TokenType >::start

Definition at line 32 of file Tokenizer.h.

template<class TokenType>
string Parser::Token< TokenType >::text

Definition at line 31 of file Tokenizer.h.

template<class TokenType>
TokenType Parser::Token< TokenType >::type

Definition at line 30 of file Tokenizer.h.


The documentation for this struct was generated from the following file:


decision_making_parser
Author(s):
autogenerated on Wed Aug 26 2015 11:16:57