8 #ifndef ORCUS_MEASUREMENT_HPP 9 #define ORCUS_MEASUREMENT_HPP 28 std::string print()
const;
31 ORCUS_DLLPUBLIC
double to_double(
const char* p,
const char* p_end,
const char** p_parse_ended = NULL);
32 ORCUS_DLLPUBLIC
double to_double(
const pstring& s);
33 ORCUS_DLLPUBLIC
long to_long(
const char* p,
const char* p_end,
const char** p_parse_ended = NULL);
34 ORCUS_DLLPUBLIC
long to_long(
const pstring& s);
35 ORCUS_DLLPUBLIC
bool to_bool(
const pstring& s);
50 ORCUS_DLLPUBLIC
double convert(
double value, length_unit_t unit_from, length_unit_t unit_to);
Definition: pstring.hpp:24
Definition: measurement.hpp:21
Definition: base64.hpp:15