NetCDF-C++  4.3.1-developer
ncUint.h
1 #include "ncType.h"
2 
3 #ifndef NcUintClass
4 #define NcUintClass
5 
6 namespace netCDF
7 {
8 
10  class NcUint : public NcType
11  {
12  public:
13 
15  bool operator==(const NcUint & rhs);
16 
18  ~NcUint();
19 
21  NcUint();
22  };
23 
25  extern NcUint ncUint;
26 
27 }
28 #endif
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 Uint type.
Definition: ncUint.h:10
bool operator==(const NcUint &rhs)
equivalence operator
Definition: ncUint.cpp:19
NcUint ncUint
A global instance of the NcUint class within the netCDF namespace.
Definition: ncUint.cpp:7
NcUint()
Constructor.
Definition: ncUint.cpp:11
~NcUint()
destructor
Definition: ncUint.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.