NAMD
Public Attributes | List of all members
netint Union Reference

structure used to perform byte swapping operations More...

Public Attributes

int32 i
 
struct {
   unsigned int   highest: 8
 
   unsigned int   high: 8
 
   unsigned int   low: 8
 
   unsigned int   lowest: 8
 
b
 

Detailed Description

structure used to perform byte swapping operations

Definition at line 35 of file imd.C.

Member Data Documentation

struct { ... } netint::b

Referenced by imd_htonl(), and imd_ntohl().

unsigned int netint::high

Definition at line 39 of file imd.C.

Referenced by imd_htonl(), and imd_ntohl().

unsigned int netint::highest

Definition at line 38 of file imd.C.

Referenced by imd_htonl(), and imd_ntohl().

int32 netint::i

Definition at line 36 of file imd.C.

Referenced by imd_htonl(), and imd_ntohl().

unsigned int netint::low

Definition at line 40 of file imd.C.

Referenced by imd_htonl(), and imd_ntohl().

unsigned int netint::lowest

Definition at line 41 of file imd.C.

Referenced by imd_htonl(), and imd_ntohl().


The documentation for this union was generated from the following file: