#include <jem/io/NumberFormat.h>
jem::io::NumberFormat::NumberFormat |
( |
| ) |
|
void jem::io::NumberFormat::setDefaults |
( |
| ) |
|
void jem::io::NumberFormat::setFlag |
( |
int |
flag, |
|
|
bool |
choice = true |
|
) |
| |
void jem::io::NumberFormat::setFlags |
( |
int |
flags | ) |
|
void jem::io::NumberFormat::setScientific |
( |
bool |
choice = true | ) |
|
void jem::io::NumberFormat::setUppercase |
( |
bool |
choice = true | ) |
|
void jem::io::NumberFormat::setShowSign |
( |
bool |
choice = true | ) |
|
void jem::io::NumberFormat::setIntegerBase |
( |
int |
base | ) |
|
void jem::io::NumberFormat::setIntegerWidth |
( |
int |
n | ) |
|
void jem::io::NumberFormat::setIntegerDigits |
( |
int |
n | ) |
|
void jem::io::NumberFormat::setFloatWidth |
( |
int |
n | ) |
|
void jem::io::NumberFormat::setFractionDigits |
( |
int |
n | ) |
|
int jem::io::NumberFormat::getFlags |
( |
| ) |
const |
int jem::io::NumberFormat::getIntegerBase |
( |
| ) |
const |
int jem::io::NumberFormat::getIntegerWidth |
( |
| ) |
const |
int jem::io::NumberFormat::getIntegerDigits |
( |
| ) |
const |
int jem::io::NumberFormat::getFloatWidth |
( |
| ) |
const |
int jem::io::NumberFormat::getFractionDigits |
( |
| ) |
const |
int jem::io::NumberFormat::print |
( |
char * |
buf, |
|
|
lint |
number |
|
) |
| const |
String jem::io::NumberFormat::print |
( |
lint |
number | ) |
const |
int jem::io::NumberFormat::print |
( |
char * |
buf, |
|
|
double |
number |
|
) |
| const |
String jem::io::NumberFormat::print |
( |
double |
number | ) |
const |
const int jem::io::NumberFormat::MAX_WIDTH = 32 |
|
static |
const int jem::io::NumberFormat::MAX_DIGITS = 32 |
|
static |
const int jem::io::NumberFormat::SCIENTIFIC |
|
static |
const int jem::io::NumberFormat::UPPERCASE |
|
static |
const int jem::io::NumberFormat::SHOW_SIGN |
|
static |