File byte_order.c¶
FileList > cubrid > src > storage > byte_order.c
Go to the source code of this file
#include "byte_order.h"#include "memory_wrapper.hpp"
Public Functions¶
| Type | Name |
|---|---|
| UINT64 | htond (double from) |
| UINT32 | htonf (float from) |
| UINT64 | htoni64 (UINT64 from) |
| unsigned int | htonl (unsigned int from) |
| unsigned short | htons (unsigned short from) |
| double | ntohd (UINT64 from) |
| float | ntohf (UINT32 from) |
| UINT64 | ntohi64 (UINT64 from) |
| unsigned int | ntohl (unsigned int from) |
| unsigned short | ntohs (unsigned short from) |
Public Functions Documentation¶
function htond¶
function htonf¶
function htoni64¶
function htonl¶
function htons¶
function ntohd¶
function ntohf¶
function ntohi64¶
function ntohl¶
function ntohs¶
The documentation for this class was generated from the following file cubrid/src/storage/byte_order.c