Previous: Class Hierarchy, Up: Introduction
The netCDF classes use several auxiliary types for arguments and return
types from member functions: NcToken, NcType,
NcBool, and ncbyte.
NcTokenconst char*.
NcTypencByte,
ncChar, ncShort, ncInt, ncLong (deprecated),
ncFloat, and ncDouble.
NcBoolunsigned int. It will be changed to
bool when all C++ compilers support the new bool type.
ncbytencByte, for 8-bit integer data.
(This is currently a typedef for unsigned char, but it may be
changed to a typedef for signed char, so don't depend on the
underlying representation.)