#include <Numeric.h>
Definition at line 26 of file Numeric.h.
◆ Integer()
Integer::Integer |
( |
int | _n | ) |
|
|
inline |
◆ parse() [1/2]
int Integer::parse |
( |
const wchar_t * | _number, |
|
|
unsigned | _base, |
|
|
int | _default ) |
|
inlinestatic |
Definition at line 42 of file Numeric.inl.
43{
45}
static int32_t parse(const wchar_t *_number, unsigned _base=10) __DCL_THROWS1(NumericConvertException *)
◆ parse() [2/2]
int Integer::parse |
( |
const wchar_t * | _number, |
|
|
unsigned | _base = 10 ) |
|
inlinestatic |
◆ toString() [1/3]
String Integer::toString |
( |
int | _n, |
|
|
const wchar_t * | _format ) |
|
inlinestatic |
Definition at line 31 of file Numeric.inl.
32{
34}
String toString(unsigned _base=10) const
◆ toString() [2/3]
String Integer::toString |
( |
int | _n, |
|
|
unsigned | _base = 10 ) |
|
inlinestatic |
◆ toString() [3/3]
String Integer::toString |
( |
unsigned | _base = 10 | ) |
const |
|
inline |
Definition at line 21 of file Numeric.inl.
22{
24}
String toString(unsigned _base=10) const
◆ __n
The documentation for this class was generated from the following files: