#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 47 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 75 of file Numeric.inl.
76{
78}
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 54 of file Numeric.inl.
55{
57}
String toString(unsigned _base=10) const
◆ toString() [2/3]
String UInteger::toString |
( |
unsigned int | _u, |
|
|
const wchar_t * | _format ) |
|
inlinestatic |
Definition at line 64 of file Numeric.inl.
65{
67}
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: