ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Item Struct Reference
+ Collaboration diagram for Item:

Public Types

enum  { UNKNOWN, VARIABLE, EXPRESSION, FUNCTION }
 

Public Member Functions

 Item ()
 
 Item (double x)
 
 Item (string x)
 
 Item (voidfuncptr x)
 

Public Attributes

enum Item:: { ... }  what
 
double variable
 
string expression
 
voidfuncptr function
 

Detailed Description

Definition at line 21 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 21 of file Evaluator.cc

Member Enumeration Documentation

anonymous enum
Enumerator:
UNKNOWN 
VARIABLE 
EXPRESSION 
FUNCTION 

Definition at line 22 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 22 of file Evaluator.cc

Constructor & Destructor Documentation

Item::Item ( )
inline

Definition at line 30 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 30 of file Evaluator.cc

Item::Item ( double  x)
inline

Definition at line 31 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 31 of file Evaluator.cc

Item::Item ( string  x)
inline

Definition at line 32 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 32 of file Evaluator.cc

Item::Item ( voidfuncptr  x)
inline

Definition at line 33 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 33 of file Evaluator.cc

Member Data Documentation

string Item::expression

Definition at line 24 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 24 of file Evaluator.cc

Referenced by variable().

voidfuncptr Item::function

Definition at line 28 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 28 of file Evaluator.cc

Referenced by function().

double Item::variable

Definition at line 23 of file Evaluator.cc.

View newest version in sPHENIX GitHub at line 23 of file Evaluator.cc

Referenced by variable().

enum { ... } Item::what

Referenced by variable().


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