Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
marlin::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

Enumerator
OR 
AND 

Definition at line 26 of file LogicalExpressions.h.

Constructor & Destructor Documentation

marlin::Expression::Expression ( )
inline

Definition at line 24 of file LogicalExpressions.h.

Member Data Documentation

bool marlin::Expression::isNot

Definition at line 29 of file LogicalExpressions.h.

Referenced by marlin::operator<<().

Operator marlin::Expression::Operation

Definition at line 28 of file LogicalExpressions.h.

Referenced by marlin::operator<<().

std::string marlin::Expression::Value

Definition at line 30 of file LogicalExpressions.h.

Referenced by marlin::operator<<().


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