| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerUintValue Class Reference

#include <PerUintValue.h>

List of all members.


Public Member Functions

 PerUintValue (unsigned int value)
 Create an instance of this class.
virtual ~PerUintValue ()
 Destroy this instance of the class.
unsigned int value () const
 Return the value encapsulated in this instance.

Private Member Functions

 PerUintValue ()
 Suppress default.
 PerUintValue (const PerUintValue &rhs)
 Suppress default.
PerUintValueoperator= (const PerUintValue &rhs)
 Suppress default.

Private Attributes

unsigned int m_value
 The Value encapsulated.

Detailed Description

Definition at line 13 of file PerUintValue.h.


Constructor & Destructor Documentation

PerUintValue::PerUintValue ( unsigned int  value  ) 

Create an instance of this class.

Definition at line 11 of file PerUintValue.cc.

00011                                              :
00012   m_value(value) {
00013 }

PerUintValue::~PerUintValue (  )  [virtual]

Destroy this instance of the class.

Definition at line 15 of file PerUintValue.cc.

00015                             {
00016 }

PerUintValue::PerUintValue (  )  [private]

Suppress default.

PerUintValue::PerUintValue ( const PerUintValue rhs  )  [private]

Suppress default.


Member Function Documentation

unsigned int PerUintValue::value (  )  const

Return the value encapsulated in this instance.

Definition at line 18 of file PerUintValue.cc.

00018                                        {
00019   return m_value;
00020 }

PerUintValue& PerUintValue::operator= ( const PerUintValue rhs  )  [private]

Suppress default.


Member Data Documentation

unsigned int PerUintValue::m_value [private]

The Value encapsulated.

Definition at line 52 of file PerUintValue.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:30:33 2011 for PerReadoutEvent by doxygen 1.4.7