#include <jem/io/NumberFormatter.h>
| jem::io::NumberFormatter::NumberFormatter |
( |
| ) |
|
| jem::io::NumberFormatter::NumberFormatter |
( |
const NumberFormat & |
fmt | ) |
|
|
explicit |
| jem::io::NumberFormatter::~NumberFormatter |
( |
| ) |
|
| String jem::io::NumberFormatter::operator() |
( |
byte |
val | ) |
|
| String jem::io::NumberFormatter::operator() |
( |
short |
val | ) |
|
| String jem::io::NumberFormatter::operator() |
( |
int |
val | ) |
|
| String jem::io::NumberFormatter::operator() |
( |
lint |
val | ) |
|
| String jem::io::NumberFormatter::operator() |
( |
float |
val | ) |
|
| String jem::io::NumberFormatter::operator() |
( |
double |
val | ) |
|