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

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