MarlinMT  0.1.0
marlinmt::Expression Struct Reference

Helper struct for LogicalExpression. More...

#include <LogicalExpressions.h>

Public Types

enum  Operator { OR, AND }
 

Public Member Functions

 Expression ()
 

Public Attributes

Operator Operation
 
bool isNot
 
std::string Value
 

Detailed Description

Helper struct for LogicalExpression.

Author
F. Gaede, DESY
Version
Id
LogicalExpressions.h,v 1.3 2005-10-11 12:56:28 gaede Exp

Definition at line 22 of file LogicalExpressions.h.

Member Enumeration Documentation

◆ Operator

Enumerator
OR 
AND 

Definition at line 26 of file LogicalExpressions.h.

Constructor & Destructor Documentation

◆ Expression()

marlinmt::Expression::Expression ( )
inline

Definition at line 24 of file LogicalExpressions.h.

Referenced by marlinmt::Tokenizer::operator()().

Member Data Documentation

◆ isNot

bool marlinmt::Expression::isNot

Definition at line 29 of file LogicalExpressions.h.

Referenced by marlinmt::operator<<().

◆ Operation

Operator marlinmt::Expression::Operation

Definition at line 28 of file LogicalExpressions.h.

Referenced by marlinmt::operator<<().

◆ Value

std::string marlinmt::Expression::Value

Definition at line 30 of file LogicalExpressions.h.

Referenced by marlinmt::operator<<().


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