CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
edmtest::ESTestDataB Class Reference

#include <ESTestData.h>

Public Member Functions

 ESTestDataB (int v=0, int w=0)
 
int & value ()
 
int const & value () const
 

Private Attributes

int value_
 

Detailed Description

Definition at line 16 of file ESTestData.h.

Constructor & Destructor Documentation

edmtest::ESTestDataB::ESTestDataB ( int  v = 0,
int  w = 0 
)
inline

Definition at line 18 of file ESTestData.h.

References findQualityFiles::v, value_, and w().

18 { value_ = v + w; }
T w() const

Member Function Documentation

int& edmtest::ESTestDataB::value ( )
inline
int const& edmtest::ESTestDataB::value ( ) const
inline

Member Data Documentation

int edmtest::ESTestDataB::value_
private

Definition at line 23 of file ESTestData.h.

Referenced by ESTestDataB(), and value().