CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Private Attributes
funct::Y Struct Reference

#include <Variables.h>

Public Types

typedef double type
 

Public Member Functions

 operator double () const
 
double operator() () const
 
Y operator= (const double &x)
 
 Y ()
 
 Y (const double &x)
 

Static Public Member Functions

static const char * name ()
 
static void set (const double &x)
 

Static Private Attributes

static double value
 

Detailed Description

Definition at line 52 of file Variables.h.

Member Typedef Documentation

◆ type

typedef double funct::Y::type

Definition at line 52 of file Variables.h.

Constructor & Destructor Documentation

◆ Y() [1/2]

funct::Y::Y ( )
inline

Definition at line 52 of file Variables.h.

◆ Y() [2/2]

funct::Y::Y ( const double &  x)
inline

Definition at line 52 of file Variables.h.

Member Function Documentation

◆ name()

static const char* funct::Y::name ( void  )
inlinestatic

Definition at line 52 of file Variables.h.

Referenced by config.CFG::__str__(), and validation.Sample::digest().

◆ operator double()

funct::Y::operator double ( ) const
inline

Definition at line 52 of file Variables.h.

◆ operator()()

double funct::Y::operator() ( ) const
inline

Definition at line 52 of file Variables.h.

◆ operator=()

Y funct::Y::operator= ( const double &  x)
inline

Definition at line 52 of file Variables.h.

◆ set()

static void funct::Y::set ( const double &  x)
inlinestatic

Definition at line 52 of file Variables.h.

Member Data Documentation

◆ value

double funct::Y::value
staticprivate