ATLAS Offline Software
Public Attributes | List of all members
ExpressionParsing::ast::expression Struct Reference

#include <ParsingInternals.h>

Collaboration diagram for ExpressionParsing::ast::expression:

Public Attributes

operand first
 
std::list< operationrest
 

Detailed Description

Definition at line 68 of file ParsingInternals.h.

Member Data Documentation

◆ first

operand ExpressionParsing::ast::expression::first

Definition at line 70 of file ParsingInternals.h.

◆ rest

std::list<operation> ExpressionParsing::ast::expression::rest

Definition at line 71 of file ParsingInternals.h.


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