#include <string.h>
#include <iostream>
#include <dsSmartException.h>
Go to the source code of this file.
Compounds | |
class | dsBCD |
Functions | |
DECLARE_EXCEPTION (dsBCD) | |
void | dsToBCD (long xdec, std::ostream &out) |
void | dsToBCD (const char *xdec, std::ostream &out) |
long | dsFromBCD (const char *ptr, int bytes) |
long | dsFromBCD (std::istream &is, int bytes) |
|
|
|
|
|
|
|
|
|
|