Public Member Functions | Public Attributes
Parser::Tokenizer< TokenType, Init > Class Template Reference

#include <Tokenizer.h>

Inheritance diagram for Parser::Tokenizer< TokenType, Init >:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

template<class TokenType, class Init>
class Parser::Tokenizer< TokenType, Init >

Definition at line 78 of file Tokenizer.h.


Constructor & Destructor Documentation

template<class TokenType, class Init>
Parser::Tokenizer< TokenType, Init >::Tokenizer ( ) [inline]

Definition at line 86 of file Tokenizer.h.


Member Function Documentation

template<class TokenType, class Init>
template<class T , class B >
bool Parser::Tokenizer< TokenType, Init >::contains ( const map< T, B > &  m,
const T &  t 
) [inline]

Definition at line 85 of file Tokenizer.h.

template<class TokenType, class Init>
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.


Member Data Documentation

template<class TokenType, class Init>
bool Parser::Tokenizer< TokenType, Init >::in_string

Definition at line 81 of file Tokenizer.h.

template<class TokenType, class Init>
Init Parser::Tokenizer< TokenType, Init >::p

Definition at line 80 of file Tokenizer.h.

template<class TokenType, class Init>
bool Parser::Tokenizer< TokenType, Init >::prev_slash

Definition at line 82 of file Tokenizer.h.


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


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