|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
This is the complete list of members for System::BitConverter, including all inherited members.
| _IsLittleEndian() | System::BitConverter | static |
| DoubleToInt64Bits(double value) | System::BitConverter | static |
| GetBytes(bool value) | System::BitConverter | static |
| GetBytes(char_t value) | System::BitConverter | static |
| GetBytes(int16_t value) | System::BitConverter | static |
| GetBytes(int value) | System::BitConverter | static |
| GetBytes(int64_t value) | System::BitConverter | static |
| GetBytes(uint16_t value) | System::BitConverter | static |
| GetBytes(uint32_t value) | System::BitConverter | static |
| GetBytes(uint64_t value) | System::BitConverter | static |
| GetBytes(float value) | System::BitConverter | static |
| GetBytes(double value) | System::BitConverter | static |
| Int64BitsToDouble(int64_t value) | System::BitConverter | static |
| IsLittleEndian | System::BitConverter | static |
| ToBoolean(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToBoolean(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToChar(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToChar(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToDouble(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToDouble(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToInt16(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToInt16(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToInt32(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToInt32(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToInt64(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToInt64(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToSingle(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToSingle(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToString(const ArrayPtr< uint8_t > &value, bool uppercase=true, const String &separator=u"-") | System::BitConverter | static |
| ToString(const ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToString(const ArrayPtr< uint8_t > &value, int startIndex, int length) | System::BitConverter | static |
| ToUInt16(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToUInt16(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToUInt32(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToUInt32(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToUInt64(const System::ArrayPtr< uint8_t > &value, int startIndex) | System::BitConverter | static |
| ToUInt64(const System::Details::ArrayView< uint8_t > &value, int startIndex) | System::BitConverter | static |