xtd - Reference Guide  0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
xtd::bit_converter Member List

This is the complete list of members for xtd::bit_converter, including all inherited members.

double_to_int64_bits(double value)xtd::bit_converterstatic
get_bytes(bool value)xtd::bit_converterstatic
get_bytes(char value)xtd::bit_converterstatic
get_bytes(char16_t value)xtd::bit_converterstatic
get_bytes(char32_t value)xtd::bit_converterstatic
get_bytes(wchar_t value)xtd::bit_converterstatic
get_bytes(double value)xtd::bit_converterstatic
get_bytes(int16_t value)xtd::bit_converterstatic
get_bytes(int32_t value)xtd::bit_converterstatic
get_bytes(int64_t value)xtd::bit_converterstatic
get_bytes(float value)xtd::bit_converterstatic
get_bytes(uint16_t value)xtd::bit_converterstatic
get_bytes(uint32_t value)xtd::bit_converterstatic
get_bytes(uint64_t value)xtd::bit_converterstatic
int32_bits_to_single(int32_t value)xtd::bit_converterstatic
int64_bits_to_double(int64_t value)xtd::bit_converterstatic
is_little_endianxtd::bit_converterstatic
single_to_int32_bits(float value)xtd::bit_converterstatic
to_boolean(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_char(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_double(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_int16(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_int32(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_int64(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_single(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_string(const std::vector< byte_t > &value)xtd::bit_converterstatic
to_string(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_string(const std::vector< byte_t > &value, size_t start_index, size_t length)xtd::bit_converterstatic
to_uint16(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_uint32(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic
to_uint64(const std::vector< byte_t > &value, size_t start_index)xtd::bit_converterstatic