LibUDB 1.0
Loading...
Searching...
No Matches
ByteOrder Member List

This is the complete list of members for ByteOrder, including all inherited members.

ByteOrder() (defined in ByteOrder)ByteOrder
ByteOrder(const ByteOrder &other)ByteOrder
ByteOrder(uint64_t val)ByteOrder
ByteOrder(uint32_t val)ByteOrder
ByteOrder(uint16_t val)ByteOrder
ByteOrder(int64_t val)ByteOrder
ByteOrder(int32_t val)ByteOrder
ByteOrder(int16_t val)ByteOrder
ByteOrder(float val)ByteOrder
ByteOrder(double val)ByteOrder
getBig(T &result)ByteOrder
getLittle(T &result)ByteOrder
getNative(T &result)ByteOrder
operator double()ByteOrder
operator float()ByteOrder
operator int16_t()ByteOrder
operator int32_t()ByteOrder
operator int64_t()ByteOrder
operator uint16_t()ByteOrder
operator uint32_t()ByteOrder
operator uint64_t()ByteOrder
operator=(const ByteOrder &other)ByteOrder
operator=(const uint64_t &val)ByteOrder
operator=(const uint32_t &val)ByteOrder
operator=(const uint16_t &val)ByteOrder
operator=(const int64_t &val)ByteOrder
operator=(const int32_t &val)ByteOrder
operator=(const int16_t &val)ByteOrder
operator=(const float &val)ByteOrder
operator=(const double &val)ByteOrder
setBig(T val)ByteOrder
setLittle(T val)ByteOrder
~ByteOrder() (defined in ByteOrder)ByteOrdervirtual