10 class DoubConvException :
public std::exception {
14 const char*
what()
const throw() {
return msg.c_str(); }
28 static std::vector<unsigned long>
dto2longs(
double d);
42 static std::string
d2x(
double d);
49 static void fill_byte_order ();
50 static bool byte_order_known;
51 static int byte_order[8];
const char * what() const
DoubConvException(const std::string &w)
static double longs2double(const std::vector< unsigned long > &v)
static std::vector< unsigned long > dto2longs(double d)
static std::string d2x(double d)