#include <PerUintValue.h>
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. | |
| PerUintValue & | operator= (const PerUintValue &rhs) |
| Suppress default. | |
Private Attributes | |
| unsigned int | m_value |
| The Value encapsulated. | |
Definition at line 13 of file PerUintValue.h.
| PerUintValue::PerUintValue | ( | unsigned int | value | ) |
| PerUintValue::~PerUintValue | ( | ) | [virtual] |
| PerUintValue::PerUintValue | ( | ) | [private] |
Suppress default.
| PerUintValue::PerUintValue | ( | const PerUintValue & | rhs | ) | [private] |
Suppress default.
| 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.
unsigned int PerUintValue::m_value [private] |
1.4.7