Skip to content

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

UINT64 htond (
    double from
) 

function htonf

UINT32 htonf (
    float from
) 

function htoni64

UINT64 htoni64 (
    UINT64 from
) 

function htonl

unsigned  int htonl (
    unsigned  int from
) 

function htons

unsigned  short htons (
    unsigned  short from
) 

function ntohd

double ntohd (
    UINT64 from
) 

function ntohf

float ntohf (
    UINT32 from
) 

function ntohi64

UINT64 ntohi64 (
    UINT64 from
) 

function ntohl

unsigned  int ntohl (
    unsigned  int from
) 

function ntohs

unsigned  short ntohs (
    unsigned  short from
) 


The documentation for this class was generated from the following file cubrid/src/storage/byte_order.c