#include <Numeric.h>
|
| static String | toString (unsigned int _u, unsigned _base=10) |
| static String | toString (unsigned int _u, const wchar_t *_format) |
| static unsigned int | parse (const wchar_t *_number, unsigned _base=10) __DCL_THROWS1(NumericConvertException *) |
| static unsigned int | parse (const wchar_t *_number, unsigned _base, unsigned int _default) |
Definition at line 50 of file Numeric.h.
◆ UInteger()
| UInteger::UInteger |
( |
unsigned int | _u | ) |
|
|
inline |
◆ parse() [1/2]
| unsigned int UInteger::parse |
( |
const wchar_t * | _number, |
|
|
unsigned | _base, |
|
|
unsigned int | _default ) |
|
inlinestatic |
Definition at line 78 of file Numeric.inl.
82{
84}
static uint32_t parse(const wchar_t *_number, unsigned _base=10) __DCL_THROWS1(NumericConvertException *)
◆ parse() [2/2]
| unsigned int UInteger::parse |
( |
const wchar_t * | _number, |
|
|
unsigned | _base = 10 ) |
|
inlinestatic |
◆ toString() [1/3]
| String UInteger::toString |
( |
unsigned | _base = 10 | ) |
const |
|
inline |
Definition at line 57 of file Numeric.inl.
58{
60}
String toString(unsigned _base=10) const
◆ toString() [2/3]
| String UInteger::toString |
( |
unsigned int | _u, |
|
|
const wchar_t * | _format ) |
|
inlinestatic |
Definition at line 67 of file Numeric.inl.
68{
70}
String toString(unsigned _base=10) const
◆ toString() [3/3]
| String UInteger::toString |
( |
unsigned int | _u, |
|
|
unsigned | _base = 10 ) |
|
inlinestatic |
◆ __u
| unsigned int UInteger::__u |
The documentation for this class was generated from the following files: