bpp-core
2.2.0
|
An object wrapper for unsigned integer values. More...
#include <Bpp/Numeric/Number.h>
Public Member Functions | |
BppUnsignedInteger (unsigned int value=0) | |
Build a new BppUnsignedInteger number object with a specific value. More... | |
virtual | ~BppUnsignedInteger () |
unsigned int | getValue () const |
Get the value of this number. More... | |
std::string | toString () const |
The Clonable interface. | |
BppUnsignedInteger * | clone () const |
Create a copy of this object and send a pointer to it. More... | |
Protected Attributes | |
unsigned int | value_ |
The value of this parameter. More... | |
|
inline |
Build a new BppUnsignedInteger number object with a specific value.
value | The value that the Number must have. |
Definition at line 211 of file Number.h.
Referenced by clone().
|
inlinevirtual |
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::BppNumberI.
Definition at line 222 of file Number.h.
References BppUnsignedInteger().
|
inlineinherited |
Get the value of this number.
Definition at line 138 of file Number.h.
References bpp::Number< T >::value_.
|
inlinevirtualinherited |
Implements bpp::BppNumberI.
Definition at line 140 of file Number.h.
References bpp::TextTools::toString(), and bpp::Number< T >::value_.
|
protectedinherited |