NetCDF-C++  4.3.1-developer
ncByte.h
1 #include "ncType.h"
2 
3 #ifndef NcByteClass
4 #define NcByteClass
5 
6 namespace netCDF
7 {
8 
10  class NcByte : public NcType
11  {
12  public:
13 
15  bool operator==(const NcByte & rhs);
16 
18  int sizeoff();
19 
20  ~NcByte();
21 
23  NcByte();
24  };
25 
27  extern NcByte ncByte;
28 
29 }
30 #endif
NcByte()
Constructor.
Definition: ncByte.cpp:11
int sizeoff()
storage size
Definition: ncByte.cpp:17
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition: ncType.h:14
bool operator==(const NcByte &rhs)
equivalence operator
Definition: ncByte.cpp:21
C++ API for netCDF4.
Definition: ncAtt.h:9
NcByte ncByte
A global instance of the NcByte class within the netCDF namespace.
Definition: ncByte.cpp:7
Class represents a netCDF atomic Byte type.
Definition: ncByte.h:10

Return to the Main Unidata NetCDF page.
Generated on Fri Nov 11 2016 15:28:29 for NetCDF-C++. NetCDF is a Unidata library.