BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
BALL::ExpressionParser::State Struct Reference

#include <BALL/KERNEL/expressionParser.h>

Public Attributes

Size char_count
 
ExpressionParsercurrent_parser
 
const char * buffer
 
SyntaxTreetree
 

Detailed Description

Definition at line 172 of file expressionParser.h.

Member Data Documentation

const char* BALL::ExpressionParser::State::buffer

Definition at line 176 of file expressionParser.h.

Size BALL::ExpressionParser::State::char_count

Definition at line 174 of file expressionParser.h.

ExpressionParser* BALL::ExpressionParser::State::current_parser

Definition at line 175 of file expressionParser.h.

SyntaxTree* BALL::ExpressionParser::State::tree

Definition at line 177 of file expressionParser.h.