CMS 3D CMS Logo

Public Member Functions | Private Attributes

edmtest::ESTestDataB Class Reference

#include <ESTestData.h>

List of all members.

Public Member Functions

 ESTestDataB (int v)
int const & value () const
int & value ()

Private Attributes

int value_

Detailed Description

Definition at line 15 of file ESTestData.h.


Constructor & Destructor Documentation

edmtest::ESTestDataB::ESTestDataB ( int  v) [inline]

Definition at line 17 of file ESTestData.h.

References findQualityFiles::v, and value_.

{ value_ = v; }

Member Function Documentation

int& edmtest::ESTestDataB::value ( ) [inline]

Definition at line 18 of file ESTestData.h.

References value_.

{ return value_; }
int const& edmtest::ESTestDataB::value ( ) const [inline]

Definition at line 19 of file ESTestData.h.

References value_.

{ return value_; }

Member Data Documentation

Definition at line 21 of file ESTestData.h.

Referenced by ESTestDataB(), and value().