OmniSciDB
c1a53651b2
|
Classes | |
struct | HexDigitToDecimalTable |
Functions | |
uint8_t | hex_to_binary (const char &usb, const char &lsb) |
std::vector< uint8_t > | hex_string_to_binary_vector (const std::string &wkb_hex) |
Variables | |
constexpr HexDigitToDecimalTable | hex_digit_to_decimal_table |
std::vector<uint8_t> Geospatial::anonymous_namespace{Types.cpp}::hex_string_to_binary_vector | ( | const std::string & | wkb_hex | ) |
Definition at line 1029 of file Types.cpp.
References hex_to_binary().
Referenced by Geospatial::GeoTypesFactory::createOGRGeometry().
|
inline |
Definition at line 1025 of file Types.cpp.
Referenced by hex_string_to_binary_vector().
constexpr HexDigitToDecimalTable Geospatial::anonymous_namespace{Types.cpp}::hex_digit_to_decimal_table |