#include <L1GtLogicParser.h>
Public Attributes | |
std::string | operand |
OperationType | operation |
Definition at line 54 of file L1GtLogicParser.h.
std::string L1GtLogicParser::TokenRPN::operand |
Definition at line 57 of file L1GtLogicParser.h.
Referenced by L1GtLogicParser::convertIntToNameLogicalExpression(), L1GtLogicParser::convertNameToIntLogicalExpression(), L1GtLogicParser::getOperation(), L1GtLogicParser::operandIndex(), L1GtLogicParser::operandName(), L1GtLogicParser::operandResultNumExp(), and boost::serialization::serialize().
OperationType L1GtLogicParser::TokenRPN::operation |
Definition at line 56 of file L1GtLogicParser.h.
Referenced by L1GtLogicParser::getOperation(), and boost::serialization::serialize().