|
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
|
#include <DbField.h>
Public Methods | |
| CurrencyField () | |
| CurrencyField (const CurrencyField &from) | |
| CurrencyField (const FXString &s) | |
| CurrencyField (FXdouble d) | |
| CurrencyField & | operator= (const CurrencyField &from) |
| CurrencyField & | operator= (const FXString &s) |
| CurrencyField & | operator= (const FXdouble d) |
| operator FXString () const | |
| operator FXdouble () const | |
| FXString | asString () const |
| FXdouble | asDouble () const |
| virtual | ~CurrencyField () |
Definition at line 23 of file DbField.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|