#include <Tokenizer.h>

Public Member Functions | |
| template<class T , class B > | |
| bool | contains (const map< T, B > &m, const T &t) |
| void | searchToken (size_t index, stringstream &buf, size_t &start_index, char c, TokenStream< TokenType > &tkn_stream) |
| Tokenizer () | |
Public Attributes | |
| bool | in_string |
| Init | p |
| bool | prev_slash |
Definition at line 78 of file Tokenizer.h.
| Parser::Tokenizer< TokenType, Init >::Tokenizer | ( | ) | [inline] |
Definition at line 86 of file Tokenizer.h.
| bool Parser::Tokenizer< TokenType, Init >::contains | ( | const map< T, B > & | m, |
| const T & | t | ||
| ) | [inline] |
Definition at line 85 of file Tokenizer.h.
| void Parser::Tokenizer< TokenType, Init >::searchToken | ( | size_t | index, |
| stringstream & | buf, | ||
| size_t & | start_index, | ||
| char | c, | ||
| TokenStream< TokenType > & | tkn_stream | ||
| ) | [inline] |
Definition at line 89 of file Tokenizer.h.
| bool Parser::Tokenizer< TokenType, Init >::in_string |
Definition at line 81 of file Tokenizer.h.
| Init Parser::Tokenizer< TokenType, Init >::p |
Definition at line 80 of file Tokenizer.h.
| bool Parser::Tokenizer< TokenType, Init >::prev_slash |
Definition at line 82 of file Tokenizer.h.