SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
smtrat::parser::SExpressionParser Struct Reference

#include <SExpression.h>

Inheritance diagram for smtrat::parser::SExpressionParser:
Collaboration diagram for smtrat::parser::SExpressionParser:

Public Member Functions

 SExpressionParser ()
 

Data Fields

SpecConstantParser specconstant
 
SymbolParser symbol
 
KeywordParser keyword
 
qi::rule< Iterator, SExpression< types::ConstType >), Skippermain
 

Detailed Description

Definition at line 27 of file SExpression.h.

Constructor & Destructor Documentation

◆ SExpressionParser()

smtrat::parser::SExpressionParser::SExpressionParser ( )
inline

Definition at line 28 of file SExpression.h.

Field Documentation

◆ keyword

KeywordParser smtrat::parser::SExpressionParser::keyword

Definition at line 38 of file SExpression.h.

◆ main

qi::rule<Iterator, SExpression<types::ConstType>), Skipper> smtrat::parser::SExpressionParser::main

Definition at line 39 of file SExpression.h.

◆ specconstant

SpecConstantParser smtrat::parser::SExpressionParser::specconstant

Definition at line 36 of file SExpression.h.

◆ symbol

SymbolParser smtrat::parser::SExpressionParser::symbol

Definition at line 37 of file SExpression.h.


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