#include <ittia/dbxx/dbxx_currency.h>
Public Member Functions | |
| Currency (const Currency &o) | |
| Currency (db_sint _integral, db_sint _fract) | |
| Currency (double _value) | |
| const Currency & | operator= (const Currency &o) |
| const Currency & | operator= (double o) |
| operator double () const | |
| int | get_precision () const |
| db_sint | get_int () const |
| db_uint | get_frac () const |
| db_sint | get_scaled (int scale) const |