NetCDF-C++ 4.3.1
ncUint.h
1#include "ncType.h"
2
3#ifndef NcUintClass
4#define NcUintClass
5
6namespace 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:15
Class represents a netCDF atomic Uint type.
Definition: ncUint.h:11
NcUint()
Constructor.
Definition: ncUint.cpp:11
bool operator==(const NcUint &rhs)
equivalence operator
Definition: ncUint.cpp:19
~NcUint()
destructor
Definition: ncUint.cpp:14
C++ API for netCDF4.
Definition: ncAtt.h:10
NcUint ncUint
A global instance of the NcUint class within the netCDF namespace.
Definition: ncUint.cpp:7

Return to the Main Unidata NetCDF page.
Generated on Wed Nov 10 2021 15:25:08 for NetCDF-C++. NetCDF is a Unidata library.