An object wrapper for unsigned integer values.
More...
#include <Bpp/Numeric/Number.h>
An object wrapper for unsigned integer values.
Definition at line 150 of file Number.h.
◆ BppUnsignedInteger()
bpp::BppUnsignedInteger::BppUnsignedInteger |
( |
unsigned int |
value = 0 | ) |
|
|
inline |
◆ ~BppUnsignedInteger()
virtual bpp::BppUnsignedInteger::~BppUnsignedInteger |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
Create a copy of this object and send a pointer to it.
- Returns
- A pointer toward the copy object.
Implements bpp::BppNumberI.
Definition at line 168 of file Number.h.
◆ getValue()
unsigned int bpp::Number< unsigned int >::getValue |
( |
| ) |
const |
|
inlineinherited |
Get the value of this number.
- Returns
- The value of this number.
Definition at line 92 of file Number.h.
◆ toString()
std::string bpp::Number< unsigned int >::toString |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ value_
The value of this parameter.
Definition at line 59 of file Number.h.
The documentation for this class was generated from the following file: