NetCDF-C++  4.3.1-developer
ncUshort.h
1 #include "ncType.h"
2 
3 #ifndef NcUshortClass
4 #define NcUshortClass
5 
6 namespace netCDF
7 {
8 
10  class NcUshort : public NcType
11  {
12  public:
13 
15  bool operator==(const NcUshort & rhs);
16 
18  ~NcUshort();
19 
21  NcUshort();
22  };
23 
24  // declare that the class instance ncUshort is known by all....
25  extern NcUshort ncUshort;
26 
27 }
28 #endif
Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes.
Definition: ncType.h:14
bool operator==(const NcUshort &rhs)
equivalence operator
Definition: ncUshort.cpp:19
C++ API for netCDF4.
Definition: ncAtt.h:9
Class represents a netCDF atomic Ushort type.
Definition: ncUshort.h:10
NcUshort()
Constructor.
Definition: ncUshort.cpp:11
~NcUshort()
destructor
Definition: ncUshort.cpp:14

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