ncdf4a13/libsrc/fbits.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define fSet(t, f)   ((t) |= (f))
#define fClr(t, f)   ((t) &= ~(f))
#define fIsSet(t, f)   ((t) & (f))
#define fMask(t, f)   ((t) & ~(f))
#define pIf(a, b)   (!(a) || (b))
#define pIff(a, b)   (((a) && (b)) || (!(a) && !(b)))


Define Documentation

#define fClr t,
 )     ((t) &= ~(f))
 

Definition at line 14 of file fbits.h.

Referenced by nc_abort(), NC_endef(), nc_set_fill(), read_NC(), read_numrecs(), write_NC(), and write_numrecs().

#define fIsSet t,
 )     ((t) & (f))
 

Definition at line 15 of file fbits.h.

Referenced by nc__create_mp(), nc__open_mp(), nc_abort(), NC_begins(), NC_endef(), nc_inq_format(), nc_redef(), nc_set_fill(), ncio_create(), ncio_new(), ncio_open(), ncio_pad_length(), ncio_px_get(), ncio_px_move(), ncio_px_rel(), ncio_px_sync(), ncio_spx_get(), ncio_spx_rel(), px_get(), and px_rel().

#define fMask t,
 )     ((t) & ~(f))
 

Definition at line 16 of file fbits.h.

#define fSet t,
 )     ((t) |= (f))
 

Definition at line 13 of file fbits.h.

Referenced by nc__create_mp(), nc__open_mp(), nc_get_NC(), nc_redef(), nc_set_fill(), ncio_create(), ncio_new(), ncio_open(), and px_rel().

#define pIf a,
 )     (!(a) || (b))
 

Definition at line 22 of file fbits.h.

Referenced by px_rel().

#define pIff a,
 )     (((a) && (b)) || (!(a) && !(b)))
 

Definition at line 24 of file fbits.h.


Generated on Thu Mar 16 18:10:44 2006 for nco by  doxygen 1.4.4