LibreOffice Module connectivity (master) 1
Namespaces | Macros
RowFunctionParser.cxx File Reference
#include <typeinfo>
#include <boost/spirit/include/classic_core.hpp>
#include <RowFunctionParser.hxx>
#include <rtl/ustring.hxx>
#include <iostream>
#include <algorithm>
#include <stack>
#include <utility>
Include dependency graph for RowFunctionParser.cxx:

Go to the source code of this file.

Namespaces

namespace  connectivity
 

Macros

#define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE
 
#define BOOST_SPIRIT_DEBUG
 

Macro Definition Documentation

◆ BOOST_SPIRIT_DEBUG

#define BOOST_SPIRIT_DEBUG

Definition at line 29 of file RowFunctionParser.cxx.

◆ BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE

#define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE

Definition at line 25 of file RowFunctionParser.cxx.

Variable Documentation

◆ andExpression

::boost::spirit::classic::rule< ScannerT > andExpression
private

Definition at line 376 of file RowFunctionParser.cxx.

◆ argument

::boost::spirit::classic::rule< ScannerT > argument
private

Definition at line 375 of file RowFunctionParser.cxx.

◆ assignment

::boost::spirit::classic::rule< ScannerT > assignment
private

◆ basicExpression

::boost::spirit::classic::rule< ScannerT > basicExpression
private

Definition at line 372 of file RowFunctionParser.cxx.

◆ integer

::boost::spirit::classic::rule< ScannerT > integer
private

Definition at line 375 of file RowFunctionParser.cxx.

◆ maOperandStack

OperandStack maOperandStack

Definition at line 138 of file RowFunctionParser.cxx.

◆ maValue

ORowSetValueDecoratorRef maValue
private

Definition at line 56 of file RowFunctionParser.cxx.

◆ meFunct

const ExpressionFunct meFunct
private

Definition at line 79 of file RowFunctionParser.cxx.

◆ mpArg

std::shared_ptr<ExpressionNode> mpArg
private

Definition at line 224 of file RowFunctionParser.cxx.

◆ mpContext

ParserContextSharedPtr mpContext
private

Definition at line 148 of file RowFunctionParser.cxx.

◆ mpFirstArg

std::shared_ptr<ExpressionNode> mpFirstArg
private

Definition at line 80 of file RowFunctionParser.cxx.

◆ mpParserContext

ParserContextSharedPtr mpParserContext
private

Definition at line 385 of file RowFunctionParser.cxx.

◆ mpSecondArg

std::shared_ptr<ExpressionNode> mpSecondArg
private

Definition at line 81 of file RowFunctionParser.cxx.

◆ orExpression

::boost::spirit::classic::rule< ScannerT > orExpression
private

Definition at line 376 of file RowFunctionParser.cxx.

◆ unaryFunction

::boost::spirit::classic::rule< ScannerT > unaryFunction
private

Definition at line 373 of file RowFunctionParser.cxx.